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 casper on perceval

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

Package 111/750HostnameOS / ArchBUILDCHECKBUILD BIN
casper 1.4.0
David Rossell
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/casper
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  WARNINGS 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  WARNINGS  OK 
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  OK [ WARNINGS ] OK 

Summary

Package: casper
Version: 1.4.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch casper_1.4.0.tar.gz
StartedAt: 2014-04-05 00:01:19 -0700 (Sat, 05 Apr 2014)
EndedAt: 2014-04-05 00:10:14 -0700 (Sat, 05 Apr 2014)
EllapsedTime: 534.8 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: casper.Rcheck
Warnings: 3

Command output

* using log directory ‘/Users/biocbuild/bbs-2.13-bioc/meat/casper.Rcheck’
* using R version 3.0.3 (2014-03-06)
* using platform: x86_64-apple-darwin10.8.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘casper/DESCRIPTION’ ... OK
* this is package ‘casper’ version ‘1.4.0’
* 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 ‘casper’ can be installed ... [60s/60s] 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
* 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
‘library’ or ‘require’ calls to packages already attached by Depends:
  ‘gaga’ ‘IRanges’ ‘plyr’
  Please remove these calls from your code.
Packages in Depends field not imported from:
  ‘Biobase’ ‘gaga’ ‘GenomicRanges’ ‘gtools’ ‘methods’ ‘plyr’
  ‘Rsamtools’
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
‘:::’ call which should be ‘::’: ‘parallel:::mclapply’
  See the note in ?`:::` about the use of this operator.
Unexported objects imported by ‘:::’ calls:
  ‘gaga:::groups2int’ ‘GenomicFeatures:::.prepareGTFTables’
  See the note in ?`:::` about the use of this operator.
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  ‘calcKnownMultiple’ ‘makeIslands’ ‘mergeDisWr’ ‘mergeGRanges’
  ‘mergePCWr’ ‘qtnorm’ ‘splitPaths’
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 ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
  generic '[[' and siglist 'denovoGenomeExpr,ANY,ANY'
  generic 'coef' and siglist 'modelPriorAS'
  generic 'txLength' and siglist 'missing,data.frame,annotatedGenome'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See the chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'calcDenovo':
calcDenovo
  Code: function(distrs, genomeDB, pc, readLength, islandid, priorq =
                 3, mprior, minpp = 0.001, selectBest = FALSE, method =
                 "auto", niter, exactMarginal = TRUE, integrateMethod =
                 "plugin", verbose = TRUE, mc.cores = 1)
  Docs: function(distrs, genomeDB, pc, readLength, islandid, priorq =
                 3, mprior, minpp = 0.001, selectBest = FALSE, method =
                 "auto", niter, exactMarginal = TRUE, verbose = TRUE,
                 mc.cores = 1)
  Argument names in code not in docs:
    integrateMethod
  Mismatches in argument names:
    Position: 13 Code: integrateMethod Docs: verbose
    Position: 14 Code: verbose Docs: mc.cores

Codoc mismatches from documentation object 'denovoExpr':
denovoExpr
  Code: function(x, pc, rpkm = TRUE, summarize = "modelAvg",
                 minProbExpr = 0.5, minExpr = 0.05)
  Docs: function(x, pc, rpkm = TRUE, summarize = "modelAvg",
                 minProbExpr = 0.5, minExpr = 0)
  Mismatches in argument default values:
    Name: 'minExpr' Code: 0.05 Docs: 0

S4 class codoc mismatches from documentation object 'annotatedGenome-class':
Slots for class 'annotatedGenome'
  Code: aliases dateCreated denovo exon2island exonsNI genomeVersion
        islands knownVars transcripts txLength
  Docs: aliases dateCreated denovo exon2island exonsNI genomeVersion
        islands transcripts txLength

* checking Rd \usage sections ... WARNING
Documented arguments not in \usage in documentation object 'calcDenovo':
  ‘integrateMethod’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See the chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [57s/57s] OK
Examples with CPU or elapsed time > 5s
             user system elapsed
calcExp    10.063  1.181  11.180
denovoExpr  9.597  1.294  10.793
* 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

WARNING: There were 3 warnings.
NOTE: There was 1 note.
See
  ‘/Users/biocbuild/bbs-2.13-bioc/meat/casper.Rcheck/00check.log’
for details.

casper.Rcheck/00install.out:

* installing *source* package ‘casper’ ...
** libs
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c casper.cpp -o casper.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c cstat.cpp -o cstat.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c dataframe.cpp -o dataframe.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c discretedf.cpp -o discretedf.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c dropVariant.cpp -o dropVariant.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c exon.cpp -o exon.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c fragFunc.c -o fragFunc.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c fragment.cpp -o fragment.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c functions.c -o functions.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c hash.c -o hash.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c join_exons.c -o join_exons.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c makeIslands.c -o makeIslands.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c model.cpp -o model.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c model_cmp.cpp -o model_cmp.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c pathCounts.c -o pathCounts.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c procBam.c -o procBam.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c rcasper.cpp -o rcasper.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c seppel.cpp -o seppel.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c simReads.c -o simReads.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c simReadsfunc.c -o simReadsfunc.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c smartmodeldist.cpp -o smartmodeldist.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c uniqQname.c -o uniqQname.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c variant.cpp -o variant.o
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c variant_cmp.cpp -o variant_cmp.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 -L/usr/local/lib -o casper.so casper.o cstat.o dataframe.o discretedf.o dropVariant.o exon.o fragFunc.o fragment.o functions.o hash.o join_exons.o makeIslands.o model.o model_cmp.o pathCounts.o procBam.o rcasper.o seppel.o simReads.o simReadsfunc.o smartmodeldist.o uniqQname.o variant.o variant_cmp.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.13-bioc/meat/casper.Rcheck/casper/libs
** R
** data
** inst
** preparing package for lazy loading
Creating a new generic function for ‘transcripts’ in package ‘casper’
Creating a generic function for ‘coef’ from package ‘stats’ in package ‘casper’
Creating a generic function for ‘plot’ from package ‘graphics’ in package ‘casper’
Creating a generic function for ‘lines’ from package ‘graphics’ in package ‘casper’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (casper)

casper.Rcheck/casper-Ex.timings:

nameusersystemelapsed
K562.r1l11.0080.0191.027
annotatedGenome-class0.0130.0040.016
calcDenovo0.0120.0050.017
calcExp10.063 1.18111.180
denovoExpr 9.597 1.29410.793
denovoGeneExpr-class0.0240.0100.034
denovoGenomeExpr-class0.0240.0060.030
genePlot2.8000.2543.050
getDistrs2.1120.1902.266
getIsland0.1650.0150.179
getNreads0.0230.0040.027
getReads0.0320.0130.045
getRoc0.0020.0040.006
hg19DB0.1240.0100.135
mergeBatches0.2710.0360.303
mergeExp0.0020.0030.005
modelPrior0.7740.0670.832
modelPriorAS-class0.0240.0050.029
pathCounts-class0.0290.0040.033
pathCounts0.0030.0030.006
plot-methods0.0240.0030.027
plotExpr0.0200.0040.025
plotPriorAS0.0230.0060.030
probNonEquiv0.4820.0510.526
procBam-class0.0260.0050.031
procBam0.0290.0070.036
procGenome0.0040.0050.007
rmShortInserts0.0030.0040.007
simReads2.2470.2012.414
simulatedSamples-class0.0050.0050.009
splitGenomeByLength0.0230.0050.027
transcripts1.3100.1161.407
wrapKnown0.0260.0060.033