Back to the "Multiple platform build/check report"

BioC experimental data: CHECK report for ppiData on morelia

This page was generated on 2015-11-25 16:26:12 -0800 (Wed, 25 Nov 2015).

Package 188/258HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ppiData 0.9.0
Bioconductor Package Maintainer
Snapshot Date: 2015-11-25 07:17:28 -0800 (Wed, 25 Nov 2015)
URL: https://hedgehog.fhcrc.org/bioc-data/trunk/experiment/pkgs/ppiData
Last Changed Rev: 3462 / Revision: 3504
Last Changed Date: 2015-10-13 13:20:35 -0700 (Tue, 13 Oct 2015)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  WARNINGS  OK 
morelia Mac OS X Mavericks (10.9.5) / x86_64  OK  OK [ WARNINGS ] OK 

Summary

Package: ppiData
Version: 0.9.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings ppiData_0.9.0.tar.gz
StartedAt: 2015-11-25 11:02:11 -0800 (Wed, 25 Nov 2015)
EndedAt: 2015-11-25 11:04:22 -0800 (Wed, 25 Nov 2015)
EllapsedTime: 130.5 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: ppiData.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.3-data-experiment/meat/ppiData.Rcheck’
* using R Under development (unstable) (2015-11-08 r69614)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘ppiData/DESCRIPTION’ ... OK
* this is package ‘ppiData’ version ‘0.9.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 ‘ppiData’ can be installed ... [10s/12s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Title field: should not end in a period.
* 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
Package in Depends field not imported from: ‘graph’
  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
collectIntactPPIData: no visible binding for global variable
  ‘tableList’
collectIntactPPIData : <anonymous>: no visible binding for global
  variable ‘tableList’
collectIntactPPIData : <anonymous> : <anonymous>: no visible binding
  for global variable ‘tableList’
collectIntactPPIData: no visible binding for global variable ‘sWAC2Sys’
map2Systematic: no visible binding for global variable
  ‘org.Sc.sgdCOMMON2ORF’
map2Systematic: no visible binding for global variable
  ‘org.Sc.sgdALIAS’
map2Systematic: no visible binding for global variable
  ‘org.Sc.sgdREJECTORF’
Undefined global functions or variables:
  org.Sc.sgdALIAS org.Sc.sgdCOMMON2ORF org.Sc.sgdREJECTORF sWAC2Sys
  tableList
* 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 ... WARNING
  Warning: large data file saved inefficiently:
               size ASCII compress
  ppipred.rda 896Kb FALSE     none
  
  Note: significantly better compression could be obtained
        by using R CMD build --resave-data
                         old_size new_size compress
  Gavin2002BPGraph.rda       17Kb     10Kb       xz
  Gavin2006BPGraph.rda       50Kb     27Kb    bzip2
  Hazbun2003BPGraph.rda      20Kb      8Kb       xz
  Ho2002BPGraph.rda          19Kb      9Kb       xz
  Ito2001BPGraph.rda         33Kb     15Kb       xz
  ItoFull2001BPGraph.rda     33Kb     15Kb       xz
  Krogan2006BPGraph.rda     151Kb     84Kb    bzip2
  intActPPIData.rda         114Kb     63Kb       xz
  ppipred.rda               896Kb     85Kb       xz
  sWAC2Sys.rda               35Kb     18Kb       xz
  stochasticBaits.rda        31Kb     20Kb    bzip2
  tableList.rda             2.0Mb    783Kb       xz
  twTableAPMS.rda            24Kb     14Kb    bzip2
  viableBaits.rda            22Kb     14Kb       xz
  viablePrey.rda             47Kb     30Kb    bzip2
  y2h.rda                    76Kb     47Kb    bzip2
  y2hSysGW.rda               71Kb     44Kb    bzip2
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [20s/20s] OK
Examples with CPU or elapsed time > 5s
                       user system elapsed
collectIntactPPIData 12.889  3.664  16.576
* 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 WARNING, 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.3-data-experiment/meat/ppiData.Rcheck/00check.log’
for details.


ppiData.Rcheck/00install.out:

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

ppiData.Rcheck/ppiData-Ex.timings:

nameusersystemelapsed
Cagney2001BPGraph0.0210.0020.023
Gavin2002BPGraph0.0020.0000.002
Gavin2006bPGraph0.0010.0010.002
Hazbun2003BPGraph0.0020.0000.002
Ho2002BPGraph0.0010.0010.001
Ito2001BPGraph0.1060.0000.107
ItoCore2001BPGraph0.0020.0010.002
ItoFull2001BPGraph0.0020.0000.002
Krogan2004BPGraph0.0010.0000.001
Krogan2006BPGraph0.0020.0000.002
Tong2002BPGraph0.0020.0010.002
Uetz2000BPGraph10.0020.0000.002
Uetz2000BPGraph20.0020.0010.002
Zhao2005BPGraph0.0020.0000.002
bpExperimentNames0.0020.0040.005
collectIntactPPIData12.889 3.66416.576
createBPList0.0130.0010.013
intActPPIData0.0030.0010.029
map2Systematic0.0040.0000.005
ppipred0.0010.0010.002
sWAC2Sys0.0010.0000.002
stochasticBaits0.0050.0000.005
tableList0.0020.0010.002
twTableAPMS0.0010.0010.002
twTableY2H0.0010.0000.002
viableProteins0.0100.0010.011
y2h0.0020.0010.002
y2hSysGW0.0100.0010.011