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.6: CHECK report for msPurity on tokay1

This page was generated on 2017-08-16 13:36:23 -0400 (Wed, 16 Aug 2017).

Package 875/1410HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
msPurity 1.3.2
Thomas N. Lawson
Snapshot Date: 2017-08-15 17:18:21 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/msPurity
Last Changed Rev: 131311 / Revision: 131943
Last Changed Date: 2017-07-18 05:02:33 -0400 (Tue, 18 Jul 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  NotNeeded  OK [ OK ] OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: msPurity
Version: 1.3.2
Command: rm -rf msPurity.buildbin-libdir msPurity.Rcheck && mkdir msPurity.buildbin-libdir msPurity.Rcheck && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=msPurity.buildbin-libdir msPurity_1.3.2.tar.gz >msPurity.Rcheck\00install.out 2>&1 && cp msPurity.Rcheck\00install.out msPurity-install.out && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD check --library=msPurity.buildbin-libdir --install="check:msPurity-install.out" --force-multiarch --no-vignettes --timings msPurity_1.3.2.tar.gz
StartedAt: 2017-08-16 01:04:29 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 01:23:34 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 1145.0 seconds
RetCode: 0
Status:  OK  
CheckDir: msPurity.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf msPurity.buildbin-libdir msPurity.Rcheck && mkdir msPurity.buildbin-libdir msPurity.Rcheck && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=msPurity.buildbin-libdir msPurity_1.3.2.tar.gz >msPurity.Rcheck\00install.out 2>&1 && cp msPurity.Rcheck\00install.out msPurity-install.out  &&  C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD check --library=msPurity.buildbin-libdir --install="check:msPurity-install.out" --force-multiarch --no-vignettes --timings msPurity_1.3.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.6-bioc/meat/msPurity.Rcheck'
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'msPurity/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'msPurity' version '1.3.2'
* 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 whether package 'msPurity' can be installed ... 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 ... NOTE
Found the following CITATION file in a non-standard place:
  vignettes/inst/CITATION
Most likely 'inst/CITATION' should be used instead.
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ... NOTE
Package in Depends field not imported from: 'Rcpp'
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
package 'methods' is used but not declared
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
export_2_sqlite: warning in custom_dbWriteTable(name_pk = "grpid", fk =
  NA, table_name = "c_peak_groups", df = grp_peaklist, con = con):
  partial argument match of 'fk' to 'fks'
export_2_sqlite: warning in custom_dbWriteTable(name_pk = "pid", fk =
  fks_fileid, table_name = "s_peak_meta", df = scan_info, con = con):
  partial argument match of 'fk' to 'fks'
export_2_sqlite: warning in custom_dbWriteTable(name_pk = "sid", fk =
  append(fks_fileid, fks_pid), table_name = "s_peaks", df =
  scanpeaks_frag, con = con): partial argument match of 'fk' to 'fks'
export_2_sqlite: warning in custom_dbWriteTable(name_pk = "cXg_id", fk
  = append(fks_grpid, fks_cid), table_name = "c_peak_X_c_peak_group",
  df = c_peak_X_c_peak_group, con = con): partial argument match of
  'fk' to 'fks'
export_2_sqlite: warning in custom_dbWriteTable(name_pk = "cXp_id", fk
  = append(fks_pid, fks_cid), table_name = "c_peak_X_s_peak_meta", df =
  c_peak_X_s_peak_meta, con = con): partial argument match of 'fk' to
  'fks'
CV: no visible global function definition for 'sd'
Getfiles: no visible global function definition for 'fix'
assessPuritySingle: no visible binding for global variable 'parallel'
averageCluster: no visible global function definition for 'sd'
averageCluster: no visible global function definition for 'median'
averageSpectraSingle: no visible binding for global variable 'scanid'
covar: no visible global function definition for 'sd'
dimsPredictPuritySingle: no visible global function definition for
  'read.csv'
dimsPredictPuritySingleMz: no visible global function definition for
  'png'
dimsPredictPuritySingleMz: no visible binding for global variable
  'mtchi'
dimsPredictPuritySingleMz: no visible binding for global variable
  'alli'
dimsPredictPuritySingleMz: no visible global function definition for
  'points'
dimsPredictPuritySingleMz: no visible binding for global variable
  'mtch'
dimsPredictPuritySingleMz: no visible global function definition for
  'text'
dimsPredictPuritySingleMz: no visible global function definition for
  'dev.off'
dimsPredictPuritySingleMz: no visible global function definition for
  'median'
dimsPredictPuritySingleMz: no visible global function definition for
  'sd'
get_interp_purity: possible error in splinePurity(rowi, roi_scns,
  minoff, maxoff, ppm, mostIntense, scanids, plotP, plotdir, isotopes,
  im): unused arguments (isotopes, im)
get_topn: no visible binding for global variable 'topn'
groupPeaksEx: no visible binding for global variable 'median'
iwNormGauss: no visible global function definition for 'dnorm'
iwNormGauss: no visible global function definition for 'approxfun'
iwNormQE.5: no visible global function definition for 'approxfun'
iwNormRcosine: no visible global function definition for 'approxfun'
linearPurity: no visible global function definition for 'approxfun'
medGroup: no visible binding for global variable 'median'
median_match_results: no visible global function definition for
  'median'
msfrProcess: no visible global function definition for 'read.csv'
performHc: no visible global function definition for 'dist'
performHc: no visible global function definition for 'as.dist'
plotPurity: no visible global function definition for 'png'
plotPurity: no visible binding for global variable 'idx'
plotPurity: no visible binding for global variable 'purity'
plotPurity: no visible binding for global variable 'variable'
plotPurity: no visible global function definition for 'dev.off'
plotPurity: no visible global function definition for 'write.csv'
pp4file: no visible global function definition for 'png'
pp4file: no visible global function definition for 'plot'
pp4file: no visible global function definition for 'lines'
pp4file: no visible global function definition for 'legend'
pp4file: no visible global function definition for 'abline'
pp4file: no visible global function definition for 'dev.off'
pp4file: no visible global function definition for 'median'
predictPurityLCMSloop: no visible global function definition for
  'median'
predictPurityLCMSloop : <anonymous>: no visible global function
  definition for 'na.omit'
predictPurityLCMSloop : <anonymous>: no visible global function
  definition for 'median'
predictPurityLCMSloop : <anonymous>: no visible global function
  definition for 'sd'
purityA: no visible binding for global variable 'i'
removeIsotopes: no visible global function definition for 'write.csv'
rsde: no visible global function definition for 'sd'
snrFilter: no visible global function definition for 'median'
stde: no visible global function definition for 'sd'
stderror: no visible global function definition for 'sd'
xcmsGroupPurity: no visible binding for global variable 'median'
xcmsGroupPurity: no visible global function definition for 'median'
averageSpectra,purityD: no visible binding for global variable 'i'
subtract,purityD: no visible binding for global variable 'i'
validate,purityA: no visible global function definition for 'head'
writeOut,purityD: no visible global function definition for 'write.csv'
Undefined global functions or variables:
  abline alli approxfun as.dist dev.off dist dnorm fix head i idx
  legend lines median mtch mtchi na.omit parallel plot png points
  purity read.csv scanid sd text topn variable write.csv
Consider adding
  importFrom("grDevices", "dev.off", "png")
  importFrom("graphics", "abline", "legend", "lines", "plot", "points",
             "text")
  importFrom("stats", "approxfun", "as.dist", "dist", "dnorm", "median",
             "na.omit", "sd")
  importFrom("utils", "fix", "head", "read.csv", "write.csv")
to your NAMESPACE file.
* 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 installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU or elapsed time > 5s
                                  user system elapsed
spectral_matching                65.68   1.69  234.15
frag4feature-purityA-method      44.57   0.42   46.03
dimsPredictPurity-purityD-method 29.50   1.11   31.17
purityX                          12.02   1.34   30.91
subtract-purityD-method           8.00   1.06    9.07
assessPuritySingle                8.64   0.04    9.41
purityA                           8.11   0.02    8.11
groupPeaks-purityD-method         5.25   1.05    6.30
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
                                  user system elapsed
spectral_matching                83.48   1.55   85.14
frag4feature-purityA-method      57.30   0.53   57.94
dimsPredictPurity-purityD-method 42.51   1.19   46.41
purityX                          13.72   0.53   14.18
assessPuritySingle               13.92   0.07   13.97
purityA                          11.11   0.03   11.14
subtract-purityD-method           9.18   1.06   10.24
groupPeaks-purityD-method         7.72   0.97    8.69
groupPeaksEx                      4.87   1.30    6.17
averageSpectra-purityD-method     4.12   1.20    5.33
filterp-purityD-method            4.11   1.06    5.17
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'testthat.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: 4 NOTEs
See
  'C:/Users/biocbuild/bbs-3.6-bioc/meat/msPurity.Rcheck/00check.log'
for details.


msPurity.Rcheck/00install.out:


install for i386

* installing *source* package 'msPurity' ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

install for x64

* installing *source* package 'msPurity' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'msPurity' as msPurity_1.3.2.zip
* DONE (msPurity)

msPurity.Rcheck/examples_i386/msPurity-Ex.timings:

nameusersystemelapsed
Getfiles0.020.000.01
assessPuritySingle8.640.049.41
averageSpectra-purityD-method3.541.224.98
averageSpectraSingle1.620.602.22
dimsPredictPurity-purityD-method29.50 1.1131.17
dimsPredictPuritySingle0.050.000.05
filterp-purityD-method3.471.124.59
frag4feature-purityA-method44.57 0.4246.03
getP-purityD-method000
groupPeaks-purityD-method5.251.056.30
groupPeaksEx3.930.874.80
initialize-purityD-method0.010.000.01
pcalc000
purityA8.110.028.11
purityD-class000
purityX12.02 1.3430.91
spectral_matching 65.68 1.69234.15
subtract-purityD-method8.001.069.07
subtractMZ000

msPurity.Rcheck/examples_x64/msPurity-Ex.timings:

nameusersystemelapsed
Getfiles0.020.000.02
assessPuritySingle13.92 0.0713.97
averageSpectra-purityD-method4.121.205.33
averageSpectraSingle1.770.532.30
dimsPredictPurity-purityD-method42.51 1.1946.41
dimsPredictPuritySingle0.090.000.09
filterp-purityD-method4.111.065.17
frag4feature-purityA-method57.30 0.5357.94
getP-purityD-method000
groupPeaks-purityD-method7.720.978.69
groupPeaksEx4.871.306.17
initialize-purityD-method000
pcalc0.020.000.02
purityA11.11 0.0311.14
purityD-class0.010.000.02
purityX13.72 0.5314.18
spectral_matching83.48 1.5585.14
subtract-purityD-method 9.18 1.0610.24
subtractMZ000