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 Rcpi on oaxaca

This page was generated on 2016-06-24 11:50:17 -0700 (Fri, 24 Jun 2016).

Package 944/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Rcpi 1.8.0
Nan Xiao
Snapshot Date: 2016-06-23 17:20:11 -0700 (Thu, 23 Jun 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks/Rcpi
Last Changed Rev: 117079 / Revision: 118921
Last Changed Date: 2016-05-03 14:20:18 -0700 (Tue, 03 May 2016)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK  OK UNNEEDED, same version exists in internal repository
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK  ERROR  ERROR 
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ ERROR ] OK 

Summary

Package: Rcpi
Version: 1.8.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings Rcpi_1.8.0.tar.gz
StartedAt: 2016-06-24 05:51:40 -0700 (Fri, 24 Jun 2016)
EndedAt: 2016-06-24 05:54:24 -0700 (Fri, 24 Jun 2016)
EllapsedTime: 163.4 seconds
RetCode: 1
Status:  ERROR 
CheckDir: Rcpi.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.3-bioc/meat/Rcpi.Rcheck’
* using R version 3.3.0 (2016-05-03)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘Rcpi/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘Rcpi’ version ‘1.8.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 ‘Rcpi’ 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 ... 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 ... NOTE
acc: no visible global function definition for ‘combn’
calcParProtGOSim: no visible global function definition for ‘combn’
calcParProtSeqSim: no visible global function definition for ‘combn’
extractPCMFAScales: no visible global function definition for
  ‘factanal’
extractPCMMDSScales: no visible global function definition for ‘dist’
extractPCMMDSScales: no visible global function definition for
  ‘cmdscale’
extractPCMPropScales: no visible global function definition for
  ‘na.omit’
extractPCMScales: no visible global function definition for ‘prcomp’
extractPCMScales: no visible global function definition for ‘predict’
extractProtAPAAC: no visible global function definition for ‘read.csv’
extractProtGeary: no visible global function definition for ‘read.csv’
extractProtGeary: no visible binding for global variable ‘sd’
extractProtMoran: no visible global function definition for ‘read.csv’
extractProtMoran: no visible binding for global variable ‘sd’
extractProtMoreauBroto: no visible global function definition for
  ‘read.csv’
extractProtMoreauBroto: no visible binding for global variable ‘sd’
extractProtPAAC: no visible global function definition for ‘read.csv’
extractProtPSSMAcc : accpssm: no visible global function definition for
  ‘combn’
extractProtQSO: no visible global function definition for ‘read.csv’
extractProtSOCN: no visible global function definition for ‘read.csv’
getDrug: no visible global function definition for ‘capture.output’
getProt: no visible global function definition for ‘capture.output’
Undefined global functions or variables:
  capture.output cmdscale combn dist factanal na.omit prcomp predict
  read.csv sd
Consider adding
  importFrom("stats", "cmdscale", "dist", "factanal", "na.omit",
             "prcomp", "predict", "sd")
  importFrom("utils", "capture.output", "combn", "read.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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 ERROR
Running the tests in ‘tests/runTests.R’ failed.
Last 13 lines of output:
  Rcpi RUnit Tests - 7 test functions, 1 error, 0 failures
  ERROR in test_extractDrugALOGP: Error in .jcall("org/openscience/cdk/DefaultChemObjectBuilder", "Lorg/openscience/cdk/interfaces/IChemObjectBuilder;",  : 
    RcallMethod: cannot determine object class
  
  Test files with failing tests
  
     test_extractDrugALOGP.R 
       test_extractDrugALOGP 
  
  
  Error in BiocGenerics:::testPackage("Rcpi") : 
    unit tests failed for package Rcpi
  Execution halted
* 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: 1 ERROR, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.3-bioc/meat/Rcpi.Rcheck/00check.log’
for details.

runTests.Rout.fail:


R version 3.3.0 (2016-05-03) -- "Supposedly Educational"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.4.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> BiocGenerics:::testPackage('Rcpi')

Timing stopped at: 0.096 0.017 0.313 
Error in .jcall("org/openscience/cdk/DefaultChemObjectBuilder", "Lorg/openscience/cdk/interfaces/IChemObjectBuilder;",  : 
  RcallMethod: cannot determine object class


RUNIT TEST PROTOCOL -- Fri Jun 24 05:54:18 2016 
*********************************************** 
Number of test functions: 7 
Number of errors: 1 
Number of failures: 0 

 
1 Test Suite : 
Rcpi RUnit Tests - 7 test functions, 1 error, 0 failures
ERROR in test_extractDrugALOGP: Error in .jcall("org/openscience/cdk/DefaultChemObjectBuilder", "Lorg/openscience/cdk/interfaces/IChemObjectBuilder;",  : 
  RcallMethod: cannot determine object class

Test files with failing tests

   test_extractDrugALOGP.R 
     test_extractDrugALOGP 


Error in BiocGenerics:::testPackage("Rcpi") : 
  unit tests failed for package Rcpi
Execution halted

Rcpi.Rcheck/00install.out:

* installing *source* package ‘Rcpi’ ...
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (Rcpi)

Rcpi.Rcheck/Rcpi-Ex.timings:

nameusersystemelapsed
AA2DACOR0.0190.0030.022
AA3DMoRSE0.0010.0010.002
AAACF0.0010.0010.002
AABLOSUM1000.0020.0010.002
AABLOSUM450.0020.0010.002
AABLOSUM500.0020.0000.002
AABLOSUM620.0020.0000.002
AABLOSUM800.0020.0000.002
AABurden0.0010.0010.002
AACPSA0.0010.0000.001
AAConn0.0010.0010.002
AAConst0.0020.0010.002
AADescAll0.0020.0000.002
AAEdgeAdj0.0020.0000.002
AAEigIdx0.0020.0010.003
AAFGC0.0020.0010.003
AAGETAWAY0.0020.0000.003
AAGeom0.0020.0010.002
AAInfo0.0020.0010.003
AAMOE2D0.0020.0010.002
AAMOE3D0.0010.0000.002
AAMetaInfo0.0010.0000.001
AAMolProp0.0020.0010.003
AAPAM1200.0020.0010.002
AAPAM2500.0020.0010.002
AAPAM300.0020.0000.002
AAPAM400.0020.0000.002
AAPAM700.0020.0010.003
AARDF0.0020.0010.002
AARandic0.0020.0010.002
AATopo0.0020.0010.002
AATopoChg0.0020.0000.003
AAWHIM0.0010.0000.002
AAWalk0.0010.0010.002
AAindex0.0010.0000.002
OptAA3d0.0010.0000.000
Rcpi-package0.0010.0000.000
acc0.0100.0030.013
calcDrugFPSim000
calcDrugMCSSim000
calcParProtGOSim000
calcParProtSeqSim000
calcTwoProtGOSim0.0000.0000.001
calcTwoProtSeqSim0.0000.0000.001
checkProt0.0020.0000.002
convMolFormat000
extractDrugAIO000
extractDrugALOGP000
extractDrugAminoAcidCount0.0000.0000.001
extractDrugApol0.0000.0000.001
extractDrugAromaticAtomsCount000
extractDrugAromaticBondsCount000
extractDrugAtomCount000
extractDrugAutocorrelationCharge000
extractDrugAutocorrelationMass000
extractDrugAutocorrelationPolarizability000
extractDrugBCUT0.0000.0000.001
extractDrugBPol0.0000.0000.001
extractDrugBondCount000
extractDrugCPSA000
extractDrugCarbonTypes000
extractDrugChiChain000
extractDrugChiCluster0.0000.0000.001
extractDrugChiPath0.0000.0000.001
extractDrugChiPathCluster0.0010.0000.001
extractDrugDescOB0.0000.0000.001
extractDrugECI0.0000.0010.001
extractDrugEstate0.0010.0000.001
extractDrugEstateComplete0.0010.0000.000
extractDrugExtended000
extractDrugExtendedComplete000
extractDrugFMF0.0010.0000.000
extractDrugFragmentComplexity000
extractDrugGraph000
extractDrugGraphComplete0.0010.0000.000
extractDrugGravitationalIndex0.0010.0000.000
extractDrugHBondAcceptorCount000
extractDrugHBondDonorCount0.0010.0000.001
extractDrugHybridization0.0010.0000.001
extractDrugHybridizationComplete0.0000.0000.001
extractDrugHybridizationRatio0.0000.0000.001
extractDrugIPMolecularLearning000
extractDrugKR0.0010.0000.000
extractDrugKRComplete0.0000.0000.001
extractDrugKappaShapeIndices0.0000.0000.001
extractDrugKierHallSmarts0.0010.0000.001
extractDrugLargestChain0.0000.0000.001
extractDrugLargestPiSystem0.0000.0000.001
extractDrugLengthOverBreadth0.0010.0000.001
extractDrugLongestAliphaticChain0.0010.0000.001
extractDrugMACCS0.0000.0000.001
extractDrugMACCSComplete0.0000.0000.001
extractDrugMDE0.0010.0000.001
extractDrugMannholdLogP0.0010.0000.001
extractDrugMomentOfInertia0.0000.0000.001
extractDrugOBFP20.0000.0000.001
extractDrugOBFP3000
extractDrugOBFP4000
extractDrugOBMACCS0.0010.0000.001
extractDrugPetitjeanNumber0.0010.0010.001
extractDrugPetitjeanShapeIndex0.0010.0000.000
extractDrugPubChem0.0010.0000.000
extractDrugPubChemComplete0.0010.0000.000
extractDrugRotatableBondsCount0.0010.0000.000
extractDrugRuleOfFive0.0010.0000.001
extractDrugShortestPath0.0010.0000.001
extractDrugShortestPathComplete0.0010.0000.000
extractDrugStandard0.0010.0000.000
extractDrugStandardComplete0.0010.0000.000
extractDrugTPSA000
extractDrugVABC000
extractDrugVAdjMa0.0010.0000.000
extractDrugWHIM0.0010.0000.000
extractDrugWeight000
extractDrugWeightedPath0.0010.0000.000
extractDrugWienerNumbers0.0010.0000.000
extractDrugXLogP0.0010.0000.000
extractDrugZagrebIndex000
extractPCMBLOSUM0.0140.0020.014
extractPCMDescScales0.0100.0000.009
extractPCMFAScales0.0230.0020.025
extractPCMMDSScales0.0190.0020.020
extractPCMPropScales0.0140.0010.015
extractPCMScales0.0170.0010.017
extractProtAAC0.0020.0000.002
extractProtAPAAC2.2200.0282.248
extractProtCTDC0.0040.0010.004
extractProtCTDD0.0060.0010.007
extractProtCTDT0.0050.0000.006
extractProtCTriad0.0850.0020.087
extractProtDC0.0030.0020.005
extractProtGeary0.1960.0030.198
extractProtMoran0.1350.0020.138
extractProtMoreauBroto0.1430.0030.146
extractProtPAAC0.7470.0020.749
extractProtPSSM0.0010.0000.001
extractProtPSSMAcc0.0000.0000.001
extractProtPSSMFeature0.0000.0000.001
extractProtQSO1.5160.0081.518
extractProtSOCN1.5120.0071.518
extractProtTC0.0530.0430.096
getCPI0.0030.0000.003
getDrug0.0010.0000.001
getFASTAFromKEGG0.0000.0000.001
getFASTAFromUniProt0.0010.0000.001
getMolFromCAS0.0010.0000.001
getMolFromChEMBL000
getMolFromDrugBank000
getMolFromKEGG000
getMolFromPubChem000
getPDBFromRCSBPDB0.0010.0000.000
getPPI0.0040.0010.005
getProt0.0000.0000.001
getSeqFromKEGG0.0010.0000.000
getSeqFromRCSBPDB0.0010.0000.000
getSeqFromUniProt0.0010.0000.000
getSmiFromChEMBL000
getSmiFromDrugBank000
getSmiFromKEGG0.0010.0000.001
getSmiFromPubChem0.0000.0000.001
readFASTA0.0010.0000.002
readMolFromSDF000
readMolFromSmi0.0000.0000.001
readPDB1.2200.0141.234
searchDrug000
segProt0.0020.0010.003