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 BioMedR on veracruz1

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

Package 128/1410HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BioMedR 1.1.0
Min-feng Zhu
Snapshot Date: 2017-08-15 17:18:21 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/BioMedR
Last Changed Rev: 129129 / Revision: 131943
Last Changed Date: 2017-04-24 15:50:57 -0400 (Mon, 24 Apr 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK  ERROR 
tokay1 Windows Server 2012 R2 Standard / x64  NotNeeded  OK  ERROR  OK 
veracruz1 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK [ ERROR ] OK 

Summary

Package: BioMedR
Version: 1.1.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings BioMedR_1.1.0.tar.gz
StartedAt: 2017-08-16 00:27:49 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 00:30:48 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 178.7 seconds
RetCode: 1
Status:  ERROR 
CheckDir: BioMedR.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.6-bioc/meat/BioMedR.Rcheck’
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘BioMedR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘BioMedR’ version ‘1.1.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 ‘BioMedR’ 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 ... 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 sizes of PDF files under ‘inst/doc’ ... 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
extrDrugMannholdLogP 6.213  0.089   3.963
extrDrugKR           4.948  0.137   1.640
* 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:
  1 Test Suite : 
  BioMedR RUnit Tests - 7 test functions, 0 errors, 1 failure
  FAILURE in test_extrDrugALOGP: Error in checkEqualsNumeric(sum(as.matrix(dat)), 328.1937635, tolerance = 1e-04) : 
    Mean relative difference: 0.04145779
  
  
  Test files with failing tests
  
     test_extractDrugALOGP.R 
       test_extrDrugALOGP 
  
  
  Error in BiocGenerics:::testPackage("BioMedR") : 
    unit tests failed for package BioMedR
  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
See
  ‘/Users/biocbuild/bbs-3.6-bioc/meat/BioMedR.Rcheck/00check.log’
for details.

runTests.Rout.fail:


R version 3.4.1 (2017-06-30) -- "Single Candle"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.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('BioMedR')


Timing stopped at: 1.021 0.049 0.498
Error in checkEqualsNumeric(sum(as.matrix(dat)), 328.1937635, tolerance = 1e-04) : 
  Mean relative difference: 0.04145779



RUNIT TEST PROTOCOL -- Wed Aug 16 00:30:38 2017 
*********************************************** 
Number of test functions: 7 
Number of errors: 0 
Number of failures: 1 

 
1 Test Suite : 
BioMedR RUnit Tests - 7 test functions, 0 errors, 1 failure
FAILURE in test_extrDrugALOGP: Error in checkEqualsNumeric(sum(as.matrix(dat)), 328.1937635, tolerance = 1e-04) : 
  Mean relative difference: 0.04145779


Test files with failing tests

   test_extractDrugALOGP.R 
     test_extrDrugALOGP 


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

BioMedR.Rcheck/00install.out:

* installing *source* package ‘BioMedR’ ...
** 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 (BioMedR)

BioMedR.Rcheck/BioMedR-Ex.timings:

nameusersystemelapsed
AA2DACOR0.0130.0020.015
AA3DMoRSE0.0010.0000.002
AAACF0.0020.0000.003
AABLOSUM1000.0020.0000.003
AABLOSUM450.0020.0000.002
AABLOSUM500.0010.0010.002
AABLOSUM620.0010.0010.003
AABLOSUM800.0020.0010.002
AABurden0.0020.0010.002
AACPSA0.0020.0010.003
AAConn0.0020.0000.003
AAConst0.0020.0000.002
AADescAll0.0020.0000.002
AAEdgeAdj0.0010.0010.002
AAEigIdx0.0010.0010.003
AAFGC0.0010.0010.002
AAGETAWAY0.0010.0010.002
AAGeom0.0020.0010.002
AAInfo0.0020.0000.002
AAMOE2D0.0020.0000.003
AAMOE3D0.0020.0000.002
AAMetaInfo0.0020.0010.002
AAMolProp0.0010.0010.002
AAPAM1200.0010.0010.002
AAPAM2500.0010.0010.003
AAPAM300.0020.0010.003
AAPAM400.0020.0010.002
AAPAM700.0020.0010.002
AARDF0.0010.0000.003
AARandic0.0010.0000.002
AATopo0.0020.0000.002
AATopoChg0.0020.0010.002
AAWHIM0.0020.0010.002
AAWalk0.0020.0010.003
AAindex0.0010.0010.003
Autocorrelation1.2000.0700.816
BMgetDNAGenBank000
BioMedR-package0.0010.0000.000
Constitutional0.4930.0160.390
NNeighbors0.8540.0570.922
OptAA3d0.0000.0000.001
acc0.0120.0030.014
apfp0.0020.0000.004
atomprop0.0010.0000.002
bcl0.0020.0010.002
calcDrugFPSim0.0010.0000.000
calcDrugMCSSim0.6950.0490.825
calcParProtGOSim000
calcParProtSeqSim0.2110.0470.715
calcTwoProtGOSim0.0010.0000.001
calcTwoProtSeqSim0.1450.0150.164
checkDNA0.0010.0010.001
checkProt0.0020.0000.003
clusterCMP1.2080.0701.307
clusterJP1.4380.0661.538
clusterMDS0.8550.0480.921
clusterStat0.2630.0150.285
connectivity1.9240.0990.775
convAPtoFP0.2470.0040.137
convSDFtoAP0.0410.0010.041
extrDNADAC0.0090.0000.009
extrDNADACC0.0750.0010.075
extrDNADCC0.1110.0010.122
extrDNAIncDiv0.1210.0020.126
extrDNAPseDNC0.0120.0000.012
extrDNAPseKNC0.0080.0000.008
extrDNATAC0.0160.0000.016
extrDNATACC0.0970.0000.104
extrDNATCC0.1240.0010.135
extrDNAkmer0.0020.0000.002
extrDrugAIO0.0010.0000.000
extrDrugAP0.1160.0010.121
extrDrugBCUT0.0890.0050.067
extrDrugCPSA0.3810.0210.210
extrDrugEstate0.3230.0110.237
extrDrugEstateComplete0.1040.0090.053
extrDrugExtended0.1400.0140.075
extrDrugExtendedComplete0.0360.0050.020
extrDrugGraph0.0580.0020.019
extrDrugGraphComplete0.0370.0000.013
extrDrugHybridization0.0430.0020.019
extrDrugHybridizationComplete0.0380.0000.013
extrDrugHybridizationRatio0.0540.0030.026
extrDrugIPMolecularLearning0.0330.0010.011
extrDrugKR4.9480.1371.640
extrDrugKRComplete1.6250.0250.904
extrDrugKappaShapeIndices0.0750.0020.045
extrDrugKierHallSmarts0.2190.0030.085
extrDrugMACCS0.3090.0090.091
extrDrugMACCSComplete0.1150.0110.054
extrDrugMannholdLogP6.2130.0893.963
extrDrugOBFP20.0870.0010.090
extrDrugOBFP3000
extrDrugOBFP40.0590.0010.064
extrDrugPubChem0.6770.0240.252
extrDrugPubChemComplete0.6570.0060.204
extrDrugShortestPath0.0000.0000.001
extrDrugShortestPathComplete0.0010.0000.001
extrDrugStandard0.0500.0020.015
extrDrugStandardComplete0.0540.0020.017
extrDrugWHIM0.2270.0060.104
extrPCMBLOSUM0.0540.0000.055
extrPCMDescScales0.0090.0010.011
extrPCMFAScales0.0160.0030.019
extrPCMMDSScales0.0190.0010.020
extrPCMPropScales0.0320.0000.041
extrPCMScaleGap0.0160.0010.017
extrPCMScales0.0240.0020.025
extrProtAAC0.0030.0000.003
extrProtAPAAC1.2660.0071.295
extrProtCTDC0.0050.0010.005
extrProtCTDCClass0.0060.0000.006
extrProtCTDD0.0120.0010.014
extrProtCTDDClass0.0060.0010.008
extrProtCTDT0.0060.0010.007
extrProtCTDTClass0.0070.0000.008
extrProtCTriad0.1470.0070.160
extrProtCTriadClass0.0930.0050.105
extrProtDC0.0050.0030.008
extrProtFPGap0.0340.0010.034
extrProtGeary0.2240.0040.228
extrProtMoran0.2260.0030.231
extrProtMoreauBroto0.2020.0080.214
extrProtPAAC0.6920.0020.733
extrProtPSSM0.0010.0000.000
extrProtPSSMAcc000
extrProtPSSMFeature0.0000.0000.001
extrProtQSO1.2530.0071.305
extrProtSOCN1.2650.0091.309
extrProtTC0.0500.0420.097
geometric0.0740.0010.054
getCPI0.0070.0020.008
getDrug0.0000.0010.001
getProt000
make_kmer_index0.0010.0000.001
parGOSim000
parSeqSim1.8400.6891.540
plotStructure0.2760.0300.309
pls.cv0.2970.0030.300
property0.5760.0210.244
readFASTA0.0120.0000.002
readMolFromSDF0.0750.0020.022
readMolFromSmi0.0120.0000.004
readPDB1.5900.0131.544
revchars0.0010.0000.000
rf.cv0.9890.0071.026
rf.fs0.5810.0010.595
sdfbcl0.0020.0000.002
searchDrug0.0010.0000.000
segProt0.0030.0010.003
topology0.4510.0200.318
twoGOSim0.0000.0010.001
twoSeqSim0.7450.0100.778