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 

Package 253/658HostnameOS / ArchBUILDCHECKBUILD BIN
GeneNetworkBuilder 1.1.1
Jianhong Ou
Snapshot Date: 2013-03-23 17:02:20 -0700 (Sat, 23 Mar 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/GeneNetworkBuilder
Last Changed Rev: 71813 / Revision: 74756
Last Changed Date: 2012-12-11 09:55:42 -0800 (Tue, 11 Dec 2012)
george2 Linux (Ubuntu 12.04.1 LTS) / x86_64  OK  OK 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK 
petty Mac OS X Leopard (10.5.8) / i386  OK  OK  OK 
pelham Mac OS X Snow Leopard (10.6.8) / x86_64  OK [ OK ] OK 

Summary

Package: GeneNetworkBuilder
Version: 1.1.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch GeneNetworkBuilder_1.1.1.tar.gz
StartedAt: 2013-03-24 05:31:32 -0700 (Sun, 24 Mar 2013)
EndedAt: 2013-03-24 05:33:04 -0700 (Sun, 24 Mar 2013)
EllapsedTime: 91.9 seconds
RetCode: 0
Status:  OK 
CheckDir: GeneNetworkBuilder.Rcheck
Warnings: 0

Command output

* using log directory '/Users/biocbuild/bbs-2.12-bioc/meat/GeneNetworkBuilder.Rcheck'
* using R version 3.0.0 beta (2013-03-21 r62346)
* using platform: x86_64-apple-darwin10.8.0 (64-bit)
* using session charset: ASCII
* using option '--no-vignettes'
* checking for file 'GeneNetworkBuilder/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'GeneNetworkBuilder' version '1.1.1'
* checking package namespace information ... OK
* checking package dependencies ... OK
* 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 for sufficient/correct file permissions ... OK
* checking whether package 'GeneNetworkBuilder' can be installed ... [12s/12s] OK
* checking installed package size ... OK
* checking package 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
* 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 for unstated dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* 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 for portable compilation flags in Makevars ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
File '/Users/biocbuild/bbs-2.12-bioc/meat/GeneNetworkBuilder.Rcheck/GeneNetworkBuilder/libs/GeneNetworkBuilder.so':
  Found non-API calls to R: 'Rf_EncodeComplex', 'Rf_EncodeReal',
    'Rf_formatComplex', 'Rf_formatReal'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking installed files from 'inst/doc' ... OK
* checking examples ... [23s/23s] OK
Examples with CPU or elapsed time > 5s
               user system elapsed
polishNetwork 6.881  0.531   7.547
filterNetwork 5.156  0.301   5.584
* checking for unstated dependencies in tests ... OK
* checking tests ...
  Running 'runTests.R' [3s/3s]
 [3s/3s] OK
* 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 vignettes ... SKIPPED
* checking PDF version of manual ... OK

NOTE: There was 1 note.
See
  '/Users/biocbuild/bbs-2.12-bioc/meat/GeneNetworkBuilder.Rcheck/00check.log'
for details.

GeneNetworkBuilder.Rcheck/00install.out:

* installing *source* package 'GeneNetworkBuilder' ...
** libs
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include"   -fPIC  -mtune=core2 -g -O2  -c geneTree.cpp -o geneTree.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include"   -fPIC  -mtune=core2 -g -O2  -c nodefilter.cpp -o nodefilter.o
llvm-g++-4.2 -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o GeneNetworkBuilder.so geneTree.o nodefilter.o /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/lib/libRcpp.a -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.12-bioc/meat/GeneNetworkBuilder.Rcheck/GeneNetworkBuilder/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   'GeneNetworkBuilder.Rnw' 
** testing if installed package can be loaded
* DONE (GeneNetworkBuilder)

GeneNetworkBuilder.Rcheck/GeneNetworkBuilder-Ex.timings:

nameusersystemelapsed
buildNetwork1.4900.1111.639
ce.IDsMap1.1410.0531.224
ce.interactionmap0.0640.0190.084
ce.mapIDs0.6120.0320.659
ce.miRNA.map0.0650.0030.069
convertID1.4170.0401.492
example.data0.1780.0090.191
filterNetwork5.1560.3015.584
hs.IDsMap0.2990.0160.321
hs.interactionmap0.1310.0160.151
hs.mapIDs0.1440.0080.157
hs.miRNA.map0.0090.0050.014
polishNetwork6.8810.5317.547
uniqueExprsData0.9530.0831.081