CAMERA 1.32.0 Steffen Neumann
Snapshot Date: 2017-08-15 17:17:57 -0400 (Tue, 15 Aug 2017) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/madman/Rpacks/CAMERA | Last Changed Rev: 129126 / Revision: 131943 | Last Changed Date: 2017-04-24 15:25:24 -0400 (Mon, 24 Apr 2017) |
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | [ OK ] | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |
veracruz2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD check --no-vignettes --timings CAMERA_1.32.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.5-bioc/meat/CAMERA.Rcheck’
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘CAMERA/DESCRIPTION’ ... OK
* this is package ‘CAMERA’ version ‘1.32.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 ... NOTE
Found the following hidden files and directories:
.travis.yml
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘CAMERA’ can be installed ... OK
* checking installed package size ... NOTE
installed size is 8.2Mb
sub-directories of 1Mb or more:
mzdata 1.8Mb
quantiles 5.0Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
‘methods’ ‘xcms’
A package should be listed in only one of these fields.
* 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' call to ‘methods’ which was already attached by Depends.
Please remove these calls from your code.
There are ::: calls to the package's namespace in its code. A package
almost never needs to use ::: for its own objects:
‘annotateGrp’ ‘combineHypothese’ ‘fastMatch’ ‘naOmit’
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... NOTE
Foreign function call to a different package:
.Call("getEIC", ..., PACKAGE = "xcms")
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
File ‘CAMERA/R/zzz.R’:
.onLoad calls:
require(methods)
Package startup functions should not change the search path.
See section ‘Good practice’ in '?.onAttach'.
annotateGrp: no visible global function definition for ‘na.omit’
annotateGrpMPI2: no visible binding for global variable
‘papply_commondata’
cleanParallel: no visible global function definition for
‘mpi.close.Rslaves’
cleanParallel: no visible global function definition for ‘stopCluster’
compoundQuantiles: no visible global function definition for ‘tail’
createHypothese: no visible global function definition for ‘cutree’
createHypothese: no visible global function definition for ‘hclust’
createHypothese: no visible global function definition for ‘dist’
extractfragments: no visible global function definition for ‘median’
fast_corr: no visible global function definition for ‘pt’
findIsotopesForPS: no visible binding for global variable ‘tableMM48’
findKendrickMasses: no visible global function definition for ‘rainbow’
findKendrickMasses : <anonymous>: no visible global function definition
for ‘lines’
findNeutralLoss: no visible global function definition for ‘dist’
findNeutralLossSpecs : <anonymous>: no visible global function
definition for ‘dist’
fragments2metfrag : <anonymous>: no visible global function definition
for ‘write.table’
fragments2metfusion : <anonymous>: no visible binding for global
variable ‘object’
fragments2metfusion : <anonymous>: no visible global function
definition for ‘write.table’
getIsotopeCluster : <anonymous>: no visible global function definition
for ‘na.omit’
xsAnnotate: no visible global function definition for ‘mpi.comm.size’
xsAnnotate: no visible global function definition for
‘mpi.spawn.Rslaves’
xsAnnotate: no visible global function definition for ‘makeCluster’
xsAnnotate: no visible binding for global variable ‘graphMethod’
findAdducts,xsAnnotate: no visible global function definition for
‘mpi.comm.size’
findIsotopesWithValidation,xsAnnotate : <anonymous>: no visible global
function definition for ‘median’
groupComplete,xsAnnotate: no visible global function definition for
‘dist’
groupComplete,xsAnnotate: no visible global function definition for
‘cutree’
groupComplete,xsAnnotate: no visible global function definition for
‘hclust’
groupDen,xsAnnotate: no visible global function definition for
‘density’
groupFWHM,xsAnnotate : <anonymous>: no visible global function
definition for ‘na.omit’
plotEICs,xsAnnotate: no visible global function definition for
‘rainbow’
plotEICs,xsAnnotate: no visible global function definition for
‘na.omit’
plotPeakEICs,xsAnnotate : <anonymous>: no visible binding for global
variable ‘pc’
plotPeakEICs,xsAnnotate: no visible binding for global variable ‘pspec’
plotPeakEICs,xsAnnotate: no visible global function definition for
‘rainbow’
plotPeakEICs,xsAnnotate: no visible global function definition for
‘na.omit’
plotPsSpectrum,xsAnnotate: no visible global function definition for
‘median’
plotPsSpectrum,xsAnnotate: no visible global function definition for
‘na.omit’
Undefined global functions or variables:
cutree density dist graphMethod hclust lines makeCluster median
mpi.close.Rslaves mpi.comm.size mpi.spawn.Rslaves na.omit object
papply_commondata pc pspec pt rainbow stopCluster tableMM48 tail
write.table
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "lines")
importFrom("stats", "cutree", "density", "dist", "hclust", "median",
"na.omit", "pt")
importFrom("utils", "tail", "write.table")
to your NAMESPACE file.
* checking Rd files ... NOTE
prepare_Rd: findKendrickMasses.Rd:21-22: Dropping empty section \details
* 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 GNU extensions in Makefiles ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
user system elapsed
groupCorr-methods 17.980 0.040 18.031
annotate-methods 4.788 0.160 5.097
getIsotopeCluster 3.248 0.088 11.636
annotateDiffreport 1.540 0.044 11.185
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘runTests.R’
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: 7 NOTEs
See
‘/home/biocbuild/bbs-3.5-bioc/meat/CAMERA.Rcheck/00check.log’
for details.
* installing *source* package ‘CAMERA’ ...
** libs
gcc -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c fastMatch.c -o fastMatch.o
gcc -shared -L/home/biocbuild/bbs-3.5-bioc/R/lib -L/usr/local/lib -o CAMERA.so fastMatch.o -L/home/biocbuild/bbs-3.5-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.5-bioc/meat/CAMERA.Rcheck/CAMERA/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (CAMERA)