Back to the "Multiple platform build/check report" A  B [C] D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

BioC 2.13: CHECK report for CNORode on moscato1

This page was generated on 2014-04-05 09:51:03 -0700 (Sat, 05 Apr 2014).

Package 157/750HostnameOS / ArchBUILDCHECKBUILD BIN
CNORode 1.4.0
David Henriques
Snapshot Date: 2014-04-04 16:20:29 -0700 (Fri, 04 Apr 2014)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_13/madman/Rpacks/CNORode
Last Changed Rev: 81642 / Revision: 88450
Last Changed Date: 2013-10-14 14:29:21 -0700 (Mon, 14 Oct 2013)
zin1 Linux (Ubuntu 12.04.4 LTS) / x86_64  OK  OK 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK [ OK ] OK 
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK  OK 

Summary

Package: CNORode
Version: 1.4.0
Command: rm -rf CNORode.buildbin-libdir && mkdir CNORode.buildbin-libdir && D:\biocbld\bbs-2.13-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=CNORode.buildbin-libdir CNORode_1.4.0.tar.gz >CNORode-install.out 2>&1 && D:\biocbld\bbs-2.13-bioc\R\bin\R.exe CMD check --library=CNORode.buildbin-libdir --install="check:CNORode-install.out" --force-multiarch --no-vignettes --timings CNORode_1.4.0.tar.gz && mv CNORode.buildbin-libdir/* CNORode.Rcheck/ && rmdir CNORode.buildbin-libdir
StartedAt: 2014-04-05 03:11:41 -0700 (Sat, 05 Apr 2014)
EndedAt: 2014-04-05 03:16:43 -0700 (Sat, 05 Apr 2014)
EllapsedTime: 302.6 seconds
RetCode: 0
Status:  OK  
CheckDir: CNORode.Rcheck
Warnings: 0

Command output

* using log directory 'D:/biocbld/bbs-2.13-bioc/meat/CNORode.Rcheck'
* using R version 3.0.3 (2014-03-06)
* using platform: i386-w64-mingw32 (32-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'CNORode/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'CNORode' version '1.4.0'
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Package which this enhances but not available for checking: 'MEIGOR'
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'CNORode' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
* loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... NOTE
Packages in Depends field not imported from:
  'CellNOptR' 'genalg'
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
See the information on DESCRIPTION files in the chapter 'Creating R
packages' of the 'Writing R Extensions' manual.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
NB: .First.lib is obsolete and will not be used in R >= 3.0.0

minlpLBodeSSm: no visible global function definition for 'essR'
parEstimationLBodeSSm: no visible global function definition for 'essR'
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'D:/biocbld/bbs-2.13-bioc/meat/CNORode.buildbin-libdir/CNORode/libs/i386/CNORode.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'printf', possibly from 'printf' (C)
  Found 'putchar', possibly from 'putchar' (C)
  Found 'puts', possibly from 'printf' (C), 'puts' (C)
File 'D:/biocbld/bbs-2.13-bioc/meat/CNORode.buildbin-libdir/CNORode/libs/x64/CNORode.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'printf', possibly from 'printf' (C)
  Found 'putchar', possibly from 'putchar' (C)
  Found 'puts', possibly from 'printf' (C), 'puts' (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console.  The detected symbols
are linked into the code but might come from libraries and not actually
be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking installed files from 'inst/doc' ... OK
* checking for old-style vignette sources ... NOTE
Vignette sources only in 'inst/doc':
  'CNORode-vignette.Rnw'
A 'vignettes' directory will be required as from R 3.1.0
* checking examples ...
** running examples for arch 'i386' ... [129s] OK
Examples with CPU or elapsed time > 5s
                      user system elapsed
parEstimationLBode   87.34   0.07   88.96
parEstimationLBodeGA 32.48   0.08   33.35
** running examples for arch 'x64' ... [55s] OK
Examples with CPU or elapsed time > 5s
                      user system elapsed
parEstimationLBode   35.08   0.05   35.19
parEstimationLBodeGA 14.32   0.01   14.34
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK

NOTE: There were 5 notes.
See
  'D:/biocbld/bbs-2.13-bioc/meat/CNORode.Rcheck/00check.log'
for details.

CNORode.Rcheck/00install.out:


install for i386

* installing *source* package 'CNORode' ...
** libs
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodea.c -o cvodea.o
cvodea.c: In function 'CVAhermiteStorePnt':
cvodea.c:2445:11: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
cvodea.c: In function 'CVArhsQ':
cvodea.c:2941:7: warning: variable 'flag' set but not used [-Wunused-but-set-variable]
cvodea.c: In function 'CVAhermiteGetY':
cvodea.c:2591:17: warning: 'ySd0' may be used uninitialized in this function [-Wuninitialized]
cvodea.c:2591:17: warning: 'yS0' may be used uninitialized in this function [-Wuninitialized]
cvodea.c: In function 'CVodeB':
cvodea.c:1438:8: warning: 'flag' may be used uninitialized in this function [-Wuninitialized]
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodea_io.c -o cvodea_io.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes.c -o cvodes.o
cvodes.c: In function 'cvQuadSensRhs1InternalDQ':
cvodes.c:8834:20: warning: variable 'rDeltap' set but not used [-Wunused-but-set-variable]
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_band.c -o cvodes_band.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_bandpre.c -o cvodes_bandpre.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_bbdpre.c -o cvodes_bbdpre.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_dense.c -o cvodes_dense.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_diag.c -o cvodes_diag.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_direct.c -o cvodes_direct.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_io.c -o cvodes_io.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_spbcgs.c -o cvodes_spbcgs.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_spgmr.c -o cvodes_spgmr.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_spils.c -o cvodes_spils.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c cvodes_sptfqmr.c -o cvodes_sptfqmr.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c decimal2binary.c -o decimal2binary.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c findStates.c -o findStates.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c fnvector_serial.c -o fnvector_serial.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c getAdjacencyMatrix.c -o getAdjacencyMatrix.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c getNumBits.c -o getNumBits.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c getNumInputs.c -o getNumInputs.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c getStateIndex.c -o getStateIndex.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c getTruthTables.c -o getTruthTables.o
getTruthTables.c: In function 'getTruthTables':
getTruthTables.c:17:14: warning: unused variable 'n' [-Wunused-variable]
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c get_count_bits.c -o get_count_bits.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c get_input_index.c -o get_input_index.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c get_support_truth_tables.c -o get_support_truth_tables.o
get_support_truth_tables.c: In function 'get_support_truth_tables':
get_support_truth_tables.c:16:10: warning: unused variable 'k' [-Wunused-variable]
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c get_truth_tables_index.c -o get_truth_tables_index.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c hill_function.c -o hill_function.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c linear_transfer_function.c -o linear_transfer_function.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c normHill.c -o normHill.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c nvector_serial.c -o nvector_serial.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c printAdjMat.c -o printAdjMat.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c printInterMat.c -o printInterMat.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c printNminiTerms.c -o printNminiTerms.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c printTruthTables.c -o printTruthTables.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c rhsODE.c -o rhsODE.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c sim_logic_ode.c -o sim_logic_ode.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c simulateODE.c -o simulateODE.o
simulateODE.c: In function 'simulateODE':
simulateODE.c:150:4: warning: implicit declaration of function 'CVDense' [-Wimplicit-function-declaration]
simulateODE.c:32:14: warning: variable 'counter' set but not used [-Wunused-but-set-variable]
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c sundials_band.c -o sundials_band.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c sundials_dense.c -o sundials_dense.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c sundials_direct.c -o sundials_direct.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c sundials_iterative.c -o sundials_iterative.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c sundials_math.c -o sundials_math.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c sundials_nvector.c -o sundials_nvector.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c sundials_spbcgs.c -o sundials_spbcgs.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c sundials_spgmr.c -o sundials_spgmr.o
sundials_spgmr.c: In function 'SpgmrFree':
sundials_spgmr.c:439:29: warning: variable 'yg' set but not used [-Wunused-but-set-variable]
sundials_spgmr.c:439:20: warning: variable 'givens' set but not used [-Wunused-but-set-variable]
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O3 -Wall  -std=gnu99 -mtune=core2 -c sundials_sptfqmr.c -o sundials_sptfqmr.o
gcc -m32 -shared -s -static-libgcc -o CNORode.dll tmp.def cvodea.o cvodea_io.o cvodes.o cvodes_band.o cvodes_bandpre.o cvodes_bbdpre.o cvodes_dense.o cvodes_diag.o cvodes_direct.o cvodes_io.o cvodes_spbcgs.o cvodes_spgmr.o cvodes_spils.o cvodes_sptfqmr.o decimal2binary.o findStates.o fnvector_serial.o getAdjacencyMatrix.o getNumBits.o getNumInputs.o getStateIndex.o getTruthTables.o get_count_bits.o get_input_index.o get_support_truth_tables.o get_truth_tables_index.o hill_function.o linear_transfer_function.o normHill.o nvector_serial.o printAdjMat.o printInterMat.o printNminiTerms.o printTruthTables.o rhsODE.o sim_logic_ode.o simulateODE.o sundials_band.o sundials_dense.o sundials_direct.o sundials_iterative.o sundials_math.o sundials_nvector.o sundials_spbcgs.o sundials_spgmr.o sundials_sptfqmr.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LD:/biocbld/BBS-2˜1.13-/R/bin/i386 -lR
installing to D:/biocbld/bbs-2.13-bioc/meat/CNORode.buildbin-libdir/CNORode/libs/i386
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

install for x64

* installing *source* package 'CNORode' ...
** libs
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodea.c -o cvodea.o
cvodea.c: In function 'CVAhermiteStorePnt':
cvodea.c:2445:11: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
cvodea.c: In function 'CVArhsQ':
cvodea.c:2941:7: warning: variable 'flag' set but not used [-Wunused-but-set-variable]
cvodea.c: In function 'CVAhermiteGetY':
cvodea.c:2591:17: warning: 'ySd0' may be used uninitialized in this function [-Wuninitialized]
cvodea.c:2591:17: warning: 'yS0' may be used uninitialized in this function [-Wuninitialized]
cvodea.c: In function 'CVodeB':
cvodea.c:1438:8: warning: 'flag' may be used uninitialized in this function [-Wuninitialized]
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodea_io.c -o cvodea_io.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes.c -o cvodes.o
cvodes.c: In function 'cvQuadSensRhs1InternalDQ':
cvodes.c:8834:20: warning: variable 'rDeltap' set but not used [-Wunused-but-set-variable]
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_band.c -o cvodes_band.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_bandpre.c -o cvodes_bandpre.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_bbdpre.c -o cvodes_bbdpre.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_dense.c -o cvodes_dense.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_diag.c -o cvodes_diag.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_direct.c -o cvodes_direct.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_io.c -o cvodes_io.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_spbcgs.c -o cvodes_spbcgs.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_spgmr.c -o cvodes_spgmr.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_spils.c -o cvodes_spils.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c cvodes_sptfqmr.c -o cvodes_sptfqmr.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c decimal2binary.c -o decimal2binary.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c findStates.c -o findStates.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c fnvector_serial.c -o fnvector_serial.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c getAdjacencyMatrix.c -o getAdjacencyMatrix.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c getNumBits.c -o getNumBits.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c getNumInputs.c -o getNumInputs.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c getStateIndex.c -o getStateIndex.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c getTruthTables.c -o getTruthTables.o
getTruthTables.c: In function 'getTruthTables':
getTruthTables.c:17:14: warning: unused variable 'n' [-Wunused-variable]
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c get_count_bits.c -o get_count_bits.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c get_input_index.c -o get_input_index.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c get_support_truth_tables.c -o get_support_truth_tables.o
get_support_truth_tables.c: In function 'get_support_truth_tables':
get_support_truth_tables.c:16:10: warning: unused variable 'k' [-Wunused-variable]
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c get_truth_tables_index.c -o get_truth_tables_index.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c hill_function.c -o hill_function.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c linear_transfer_function.c -o linear_transfer_function.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c normHill.c -o normHill.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c nvector_serial.c -o nvector_serial.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c printAdjMat.c -o printAdjMat.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c printInterMat.c -o printInterMat.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c printNminiTerms.c -o printNminiTerms.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c printTruthTables.c -o printTruthTables.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c rhsODE.c -o rhsODE.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c sim_logic_ode.c -o sim_logic_ode.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c simulateODE.c -o simulateODE.o
simulateODE.c: In function 'simulateODE':
simulateODE.c:150:4: warning: implicit declaration of function 'CVDense' [-Wimplicit-function-declaration]
simulateODE.c:32:14: warning: variable 'counter' set but not used [-Wunused-but-set-variable]
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c sundials_band.c -o sundials_band.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c sundials_dense.c -o sundials_dense.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c sundials_direct.c -o sundials_direct.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c sundials_iterative.c -o sundials_iterative.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c sundials_math.c -o sundials_math.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c sundials_nvector.c -o sundials_nvector.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c sundials_spbcgs.c -o sundials_spbcgs.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c sundials_spgmr.c -o sundials_spgmr.o
sundials_spgmr.c: In function 'SpgmrFree':
sundials_spgmr.c:439:29: warning: variable 'yg' set but not used [-Wunused-but-set-variable]
sundials_spgmr.c:439:20: warning: variable 'givens' set but not used [-Wunused-but-set-variable]
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I./include    -O2 -Wall  -std=gnu99 -mtune=core2 -c sundials_sptfqmr.c -o sundials_sptfqmr.o
gcc -m64 -shared -s -static-libgcc -o CNORode.dll tmp.def cvodea.o cvodea_io.o cvodes.o cvodes_band.o cvodes_bandpre.o cvodes_bbdpre.o cvodes_dense.o cvodes_diag.o cvodes_direct.o cvodes_io.o cvodes_spbcgs.o cvodes_spgmr.o cvodes_spils.o cvodes_sptfqmr.o decimal2binary.o findStates.o fnvector_serial.o getAdjacencyMatrix.o getNumBits.o getNumInputs.o getStateIndex.o getTruthTables.o get_count_bits.o get_input_index.o get_support_truth_tables.o get_truth_tables_index.o hill_function.o linear_transfer_function.o normHill.o nvector_serial.o printAdjMat.o printInterMat.o printNminiTerms.o printTruthTables.o rhsODE.o sim_logic_ode.o simulateODE.o sundials_band.o sundials_dense.o sundials_direct.o sundials_iterative.o sundials_math.o sundials_nvector.o sundials_spbcgs.o sundials_spgmr.o sundials_sptfqmr.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LD:/biocbld/BBS-2˜1.13-/R/bin/x64 -lR
installing to D:/biocbld/bbs-2.13-bioc/meat/CNORode.buildbin-libdir/CNORode/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'CNORode' as CNORode_1.4.0.zip
* DONE (CNORode)

CNORode.Rcheck/examples_i386/CNORode-Ex.timings:

nameusersystemelapsed
createLBodeContPars0.050.000.04
getLBodeContObjFunction0.280.020.30
getLBodeDataSim0.040.000.04
getLBodeMINLPObjFunction0.250.020.27
getLBodeModelSim0.030.000.03
minlpLBodeSSm000
parEstimationLBode87.34 0.0788.96
parEstimationLBodeGA32.48 0.0833.35
parEstimationLBodeSSm0.010.000.01
plotLBodeFitness101
plotLBodeModelSim1.040.001.04

CNORode.Rcheck/examples_x64/CNORode-Ex.timings:

nameusersystemelapsed
createLBodeContPars0.020.000.02
getLBodeContObjFunction0.090.000.09
getLBodeDataSim0.030.000.03
getLBodeMINLPObjFunction0.110.000.11
getLBodeModelSim0.010.020.03
minlpLBodeSSm000
parEstimationLBode35.08 0.0535.19
parEstimationLBodeGA14.32 0.0114.34
parEstimationLBodeSSm000
plotLBodeFitness1.560.031.59
plotLBodeModelSim0.710.020.74