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 zin1

This page was generated on 2014-04-05 09:48:33 -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: /home/biocbuild/bbs-2.13-bioc/R/bin/R CMD check --no-vignettes --timings casper_1.4.0.tar.gz
StartedAt: 2014-04-05 00:01:59 -0700 (Sat, 05 Apr 2014)
EndedAt: 2014-04-05 00:07:14 -0700 (Sat, 05 Apr 2014)
EllapsedTime: 314.4 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: casper.Rcheck
Warnings: 3

Command output

* using log directory ‘/home/biocbuild/bbs-2.13-bioc/meat/casper.Rcheck’
* using R version 3.0.3 (2014-03-06)
* using platform: x86_64-unknown-linux-gnu (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 ... [39s/40s] 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:
  ‘IRanges’ ‘gaga’ ‘plyr’
  Please remove these calls from your code.
Packages in Depends field not imported from:
  ‘Biobase’ ‘GenomicRanges’ ‘Rsamtools’ ‘gaga’ ‘gtools’ ‘methods’
  ‘plyr’
  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:
  ‘GenomicFeatures:::.prepareGTFTables’ ‘gaga:::groups2int’
  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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [32s/33s] OK
Examples with CPU or elapsed time > 5s
            user system elapsed
denovoExpr 5.616  0.204   6.004
calcExp    5.369  0.144   5.563
* 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
  ‘/home/biocbuild/bbs-2.13-bioc/meat/casper.Rcheck/00check.log’
for details.

casper.Rcheck/00install.out:

* installing *source* package ‘casper’ ...
** libs
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c casper.cpp -o casper.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c cstat.cpp -o cstat.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c dataframe.cpp -o dataframe.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c discretedf.cpp -o discretedf.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c dropVariant.cpp -o dropVariant.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c exon.cpp -o exon.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c fragFunc.c -o fragFunc.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c fragment.cpp -o fragment.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c functions.c -o functions.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c hash.c -o hash.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c join_exons.c -o join_exons.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c makeIslands.c -o makeIslands.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c model.cpp -o model.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c model_cmp.cpp -o model_cmp.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c pathCounts.c -o pathCounts.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c procBam.c -o procBam.o
procBam.c: In function ‘procBam’:
procBam.c:15:43: warning: variable ‘reads_size’ set but not used [-Wunused-but-set-variable]
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c rcasper.cpp -o rcasper.o
rcasper.cpp: In function ‘SEXPREC* calcDenovoSingle(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
rcasper.cpp:1145:17: warning: ‘bestModel’ may be used uninitialized in this function [-Wuninitialized]
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c seppel.cpp -o seppel.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c simReads.c -o simReads.o
simReads.c: In function ‘casperSimC’:
simReads.c:148:38: warning: ‘cigars’ may be used uninitialized in this function [-Wuninitialized]
gcc -std=gnu99 -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c simReadsfunc.c -o simReadsfunc.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c smartmodeldist.cpp -o smartmodeldist.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c uniqQname.c -o uniqQname.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c variant.cpp -o variant.o
g++ -I/home/biocbuild/bbs-2.13-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c variant_cmp.cpp -o variant_cmp.o
g++ -shared -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 -L/home/biocbuild/bbs-2.13-bioc/R/lib -lR
installing to /home/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.r1l10.4960.0120.509
annotatedGenome-class0.0040.0000.004
calcDenovo0.0040.0000.003
calcExp5.3690.1445.563
denovoExpr5.6160.2046.004
denovoGeneExpr-class0.0120.0000.010
denovoGenomeExpr-class0.0080.0000.008
genePlot1.9120.0321.955
getDistrs1.3960.0841.488
getIsland0.1040.0000.104
getNreads0.0000.0000.001
getReads0.0040.0000.001
getRoc000
hg19DB0.0960.0000.096
mergeBatches0.1840.0040.207
mergeExp0.0000.0000.001
modelPrior0.6320.0040.639
modelPriorAS-class0.0000.0000.001
pathCounts-class0.0000.0000.001
pathCounts0.0000.0000.001
plot-methods0.0000.0000.001
plotExpr0.0000.0000.001
plotPriorAS0.0120.0000.008
probNonEquiv0.3280.0080.338
procBam-class0.0120.0000.009
procBam0.0040.0040.009
procGenome0.0080.0000.009
rmShortInserts0.0080.0000.008
simReads1.8440.0321.881
simulatedSamples-class0.0000.0000.003
splitGenomeByLength0.0000.0000.002
transcripts0.8880.0280.919
wrapKnown0.0120.0000.066