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 3.2: CHECK report for casper on oaxaca

This page was generated on 2016-04-23 10:26:25 -0700 (Sat, 23 Apr 2016).

Package 141/1103HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
casper 2.4.0
David Rossell
Snapshot Date: 2016-04-22 16:20:12 -0700 (Fri, 22 Apr 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/madman/Rpacks/casper
Last Changed Rev: 113219 / Revision: 116712
Last Changed Date: 2016-02-03 02:22:18 -0800 (Wed, 03 Feb 2016)
zin1 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK  OK UNNEEDED, same version exists in internal repository
moscato1 Windows Server 2008 R2 Standard (64-bit) / x64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: casper
Version: 2.4.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings casper_2.4.0.tar.gz
StartedAt: 2016-04-22 22:25:57 -0700 (Fri, 22 Apr 2016)
EndedAt: 2016-04-22 22:31:02 -0700 (Fri, 22 Apr 2016)
EllapsedTime: 306.0 seconds
RetCode: 0
Status:  OK 
CheckDir: casper.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings casper_2.4.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.2-bioc/meat/casper.Rcheck’
* using R version 3.2.4 (2016-03-10)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘casper/DESCRIPTION’ ... OK
* this is package ‘casper’ version ‘2.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/39s] 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 loading without being on the library search path ... OK
* checking 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 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 ... [21s/30s] 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 vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: OK

casper.Rcheck/00install.out:

* installing *source* package ‘casper’ ...
** libs
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c casper.cpp -o casper.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c cstat.cpp -o cstat.o
cstat.cpp:16:19: warning: unused variable 'interface_c_sccs_id' [-Wunused-const-variable]
static const char interface_c_sccs_id[] = "%W%";
                  ^
cstat.cpp:17:19: warning: unused variable 'mess_c_sccs_id' [-Wunused-const-variable]
static const char mess_c_sccs_id[] = "%W%";
                  ^
cstat.cpp:18:19: warning: unused variable 'nrutil_c_sccs_id' [-Wunused-const-variable]
static const char nrutil_c_sccs_id[] = "%W%"; 
                  ^
cstat.cpp:19:19: warning: unused variable 'vector_c_sccs_id' [-Wunused-const-variable]
static const char vector_c_sccs_id[] = "%W%";
                  ^
cstat.cpp:20:19: warning: unused variable 'rand_c_sccs_id' [-Wunused-const-variable]
static const char rand_c_sccs_id[] = "@(#)$Workfile: rand.c$ $Revision: 5$";
                  ^
cstat.cpp:21:19: warning: unused variable 'cstat_c_sccs_id' [-Wunused-const-variable]
static const char cstat_c_sccs_id[] = "@(#)$Workfile: cstat.c$ $Revision: 2011-08-23$";
                  ^
6 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c dataframe.cpp -o dataframe.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c discretedf.cpp -o discretedf.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c dropVariant.cpp -o dropVariant.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c exon.cpp -o exon.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c fragFunc.c -o fragFunc.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c fragment.cpp -o fragment.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c functions.c -o functions.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c hash.c -o hash.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c join_exons.c -o join_exons.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c makeIslands.c -o makeIslands.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c model.cpp -o model.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c model_cmp.cpp -o model_cmp.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c pathCounts.c -o pathCounts.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c procBam.c -o procBam.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c rcasper.cpp -o rcasper.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c seppel.cpp -o seppel.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c simReads.c -o simReads.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c simReadsfunc.c -o simReadsfunc.o
simReadsfunc.c:279:59: warning: unused variable 'rlb' [-Wunused-variable]
  int i, rst, rltmp, *ans, sum=1, wis, done=0, correct=0, rlb; 
                                                          ^
simReadsfunc.c:279:48: warning: unused variable 'correct' [-Wunused-variable]
  int i, rst, rltmp, *ans, sum=1, wis, done=0, correct=0, rlb; 
                                               ^
2 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c smartmodeldist.cpp -o smartmodeldist.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c uniqQname.c -o uniqQname.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c variant.cpp -o variant.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c variant_cmp.cpp -o variant_cmp.o
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/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-3.2-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 ‘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.2990.0060.306
annotatedGenome-class0.0010.0010.003
asymmetryCheck0.0290.0010.031
calcDenovo000
calcExp2.7800.3303.112
denovoExpr2.9250.3303.304
denovoGeneExpr-class0.0020.0000.002
denovoGenomeExpr-class0.0020.0000.002
distrsGSE377040.1460.0071.754
genePlot0.4000.0032.882
getDistrs0.4140.0111.922
getIsland0.0930.0020.095
getNreads0.0000.0000.001
getReads0.0000.0000.001
getRoc000
hg19DB0.1070.0030.109
mergeBatches0.1560.0010.157
mergeExp0.0010.0000.001
modelPrior0.5060.0090.514
modelPriorAS-class0.0010.0000.002
pathCounts-class0.0010.0000.001
pathCounts0.0010.0010.000
plot-methods000
plotExpr0.0000.0000.001
plotPriorAS0.0000.0000.001
probNonEquiv0.1650.0020.188
procBam-class0.0010.0000.001
procBam0.0010.0010.001
procGenome0.0010.0000.001
qqnormGenomeWide0.0650.0010.067
quantileNorm0.0130.0010.026
relexprByGene000
rmShortInserts0.0010.0000.000
simMAE000
simMAEcheck000
simMultSamples0.0000.0000.001
simReads0.9110.0130.924
simulatedSamples-class0.0010.0000.001
splitGenomeByLength0.0010.0000.001
transcripts0.2890.0030.291
wrapDenovo0.0010.0000.001
wrapKnown0.0010.0010.001