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.3: CHECK report for pRoloc on linux2.bioconductor.org

This page was generated on 2015-10-27 12:12:16 -0400 (Tue, 27 Oct 2015).

Package 801/1104HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
pRoloc 1.11.0
Laurent Gatto
Snapshot Date: 2015-10-26 20:20:04 -0400 (Mon, 26 Oct 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/pRoloc
Last Changed Rev: 109592 / Revision: 109948
Last Changed Date: 2015-10-13 15:59:53 -0400 (Tue, 13 Oct 2015)
linux2.bioconductor.org Linux (Ubuntu 14.04.2 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
windows2.bioconductor.org Windows Server 2012 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: pRoloc
Version: 1.11.0
Command: /home/biocbuild/bbs-3.3-bioc/R/bin/R CMD check --no-vignettes --timings pRoloc_1.11.0.tar.gz
StartedAt: 2015-10-27 06:54:37 -0400 (Tue, 27 Oct 2015)
EndedAt: 2015-10-27 07:00:35 -0400 (Tue, 27 Oct 2015)
EllapsedTime: 358.2 seconds
RetCode: 0
Status:  OK 
CheckDir: pRoloc.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.3-bioc/R/bin/R CMD check --no-vignettes --timings pRoloc_1.11.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.3-bioc/meat/pRoloc.Rcheck’
* using R Under development (unstable) (2015-09-09 r69333)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘pRoloc/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘pRoloc’ version ‘1.11.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 ‘pRoloc’ can be installed ... [27s/27s] 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
Unexported objects imported by ':::' calls:
  ‘MLInterfaces:::.macroF1’ ‘MLInterfaces:::.precision’
  ‘MLInterfaces:::.recall’ ‘MLInterfaces:::es2df’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
Found the following possibly unsafe calls:
File ‘pRoloc/R/annotation.R’:
  unlockBinding("params", .pRolocEnv)
* 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 ... NOTE
  Error in .requirePackage(package) : 
    unable to find required package 'pRoloc2'
  Calls: <Anonymous> ... .findInheritedMethods -> getClass -> getClassDef -> .requirePackage
  Execution halted
* 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 GNU extensions 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’ ... NOTE
The following directory looks like a leftover from 'knitr':
  ‘figure’
Please remove from your package.
* checking examples ... [75s/77s] OK
Examples with CPU or elapsed time > 5s
                         user system elapsed
perTurboClassification 14.802  0.008  14.812
SpatProtVis-class       8.997  0.080   9.079
rfClassification        7.045  0.008   7.053
nnetClassification      6.115  0.008   6.123
svmClassification       5.581  0.000   5.581
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’ [68s/62s]
 [68s/62s] 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: 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.3-bioc/meat/pRoloc.Rcheck/00check.log’
for details.


pRoloc.Rcheck/00install.out:

* installing *source* package ‘pRoloc’ ...
** libs
g++ -I/home/biocbuild/bbs-3.3-bioc/R/include -DNDEBUG  -I/usr/local/include -I"/home/biocbuild/bbs-3.3-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.3-bioc/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c pRoloc.cpp -o pRoloc.o
g++ -shared -L/home/biocbuild/bbs-3.3-bioc/R/lib -L/usr/local/lib -o pRoloc.so pRoloc.o -L/home/biocbuild/bbs-3.3-bioc/R/lib -lRlapack -L/home/biocbuild/bbs-3.3-bioc/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/biocbuild/bbs-3.3-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.3-bioc/meat/pRoloc.Rcheck/pRoloc/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (pRoloc)

pRoloc.Rcheck/pRoloc-Ex.timings:

nameusersystemelapsed
AnnotationParams-class0.1630.0000.692
GenRegRes-class0.0020.0000.002
SpatProtVis-class8.9970.0809.079
addMarkers0.1350.0000.135
checkFeatureNamesOverlap0.5140.0040.518
checkFvarOverlap0.0350.0040.039
chi2-methods0.0100.0000.011
empPvalues0.6190.0120.631
exprsToRatios-methods0.1470.0040.150
filterBinMSnSet0.2190.0000.220
filterZeroCols0.0960.0000.096
getGOFromFeatures0.0620.0000.947
getMarkerClasses0.0340.0040.038
getMarkers0.0410.0000.041
getPredictions0.310.000.31
getStockcol0.0740.0000.074
goIdToTerm2.9510.0332.990
highlightOnPlot0.0880.0010.093
knnClassification1.1960.0001.196
knntlClassification000
ksvmClassification4.9090.0004.910
makeGoSet0.3290.0001.621
makeNaData1.4680.0001.468
markerMSnSet0.4080.0000.408
markers0.0560.0000.056
minClassScore0.0620.0000.062
minMarkers0.0530.0000.053
move2Ds2.6080.0312.642
nbClassification2.9640.0443.010
nndist-methods0.2170.0120.229
nnetClassification6.1150.0086.123
pRolocmarkers0.0090.0000.009
perTurboClassification14.802 0.00814.812
phenoDisco0.0010.0000.000
plot2D2.2620.0082.270
plot2Ds0.4900.0240.515
plotDist0.130.000.13
plsdaClassification0.0000.0000.001
rfClassification7.0450.0087.053
sampleMSnSet0.0730.0000.073
showGOEvidenceCodes0.0000.0000.001
svmClassification5.5810.0005.581
testMSnSet0.5700.0000.571
testMarkers0.0380.0000.038
thetas0.0040.0000.007