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 DriverNet on moscato2

This page was generated on 2016-10-13 12:51:05 -0700 (Thu, 13 Oct 2016).

Package 319/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DriverNet 1.12.0
Jiarui Ding
Snapshot Date: 2016-10-12 17:20:15 -0700 (Wed, 12 Oct 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks/DriverNet
Last Changed Rev: 117079 / Revision: 122332
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 [ OK ] OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: DriverNet
Version: 1.12.0
Command: rm -rf DriverNet.buildbin-libdir DriverNet.Rcheck && mkdir DriverNet.buildbin-libdir DriverNet.Rcheck && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=DriverNet.buildbin-libdir DriverNet_1.12.0.tar.gz >DriverNet.Rcheck\00install.out 2>&1 && cp DriverNet.Rcheck\00install.out DriverNet-install.out && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD check --library=DriverNet.buildbin-libdir --install="check:DriverNet-install.out" --force-multiarch --no-vignettes --timings DriverNet_1.12.0.tar.gz
StartedAt: 2016-10-13 03:14:51 -0700 (Thu, 13 Oct 2016)
EndedAt: 2016-10-13 03:17:33 -0700 (Thu, 13 Oct 2016)
EllapsedTime: 162.6 seconds
RetCode: 0
Status:  OK  
CheckDir: DriverNet.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf DriverNet.buildbin-libdir DriverNet.Rcheck && mkdir DriverNet.buildbin-libdir DriverNet.Rcheck && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=DriverNet.buildbin-libdir DriverNet_1.12.0.tar.gz >DriverNet.Rcheck\00install.out 2>&1 && cp DriverNet.Rcheck\00install.out DriverNet-install.out  && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD check --library=DriverNet.buildbin-libdir --install="check:DriverNet-install.out" --force-multiarch --no-vignettes --timings DriverNet_1.12.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'E:/biocbld/bbs-3.3-bioc/meat/DriverNet.Rcheck'
* using R version 3.3.1 (2016-06-21)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'DriverNet/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'DriverNet' version '1.12.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 whether package 'DriverNet' 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
* 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: 'methods'
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.computeDriversHelper: no visible global function definition for 'new'
getPatientOutlierMatrix: no visible binding for global variable 'sd'
getPatientOutlierMatrix: no visible global function definition for
  'dnorm'
resultSummary: no visible global function definition for 'write.table'
Undefined global functions or variables:
  dnorm new sd write.table
Consider adding
  importFrom("methods", "new")
  importFrom("stats", "dnorm", "sd")
  importFrom("utils", "write.table")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* 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 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
DriverNet-package       21.06   0.17   21.24
computeDrivers          15.19   0.19   15.38
computeRandomizedResult  7.33   0.05    7.38
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
                         user system elapsed
DriverNet-package       35.80   0.18   35.99
computeDrivers          23.32   0.30   23.62
computeRandomizedResult 11.87   0.03   11.90
* 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: 2 NOTEs
See
  'E:/biocbld/bbs-3.3-bioc/meat/DriverNet.Rcheck/00check.log'
for details.


DriverNet.Rcheck/00install.out:


install for i386

* installing *source* package 'DriverNet' ...
** R
** data
** 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 'DriverNet' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'DriverNet' as DriverNet_1.12.0.zip
* DONE (DriverNet)

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

nameusersystemelapsed
DriverNet-package21.06 0.1721.24
DriverNetResult-class0.020.030.04
actualEvents0.080.050.13
computeDrivers15.19 0.1915.38
computeRandomizedResult7.330.057.38
drivers0.100.010.56
getPatientOutlierMatrix0.330.000.32
preprocessMatrices0.230.020.25
resultSummary0.280.030.31
sampleDriversList0.050.000.05
sampleGeneNames0.030.000.03
sampleInfluenceGraph0.140.010.16
samplePatientExpressionMatrix0.100.000.09
samplePatientMutationMatrix0.010.000.02
samplePatientOutlierMatrix0.030.000.03
sampleRandomDriversResult0.020.000.01
totalEvents0.030.030.07

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

nameusersystemelapsed
DriverNet-package35.80 0.1835.99
DriverNetResult-class0.040.000.05
actualEvents0.070.050.11
computeDrivers23.32 0.3023.62
computeRandomizedResult11.87 0.0311.90
drivers0.130.000.12
getPatientOutlierMatrix0.280.010.30
preprocessMatrices0.160.020.17
resultSummary0.190.030.22
sampleDriversList0.010.020.03
sampleGeneNames0.030.000.03
sampleInfluenceGraph0.160.010.18
samplePatientExpressionMatrix0.110.020.12
samplePatientMutationMatrix0.010.000.02
samplePatientOutlierMatrix0.030.000.03
sampleRandomDriversResult0.020.000.01
totalEvents0.030.010.05