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

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

Package 1350/1410HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
TPP 3.5.14
Dorothee Childs
Snapshot Date: 2017-08-15 17:18:21 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/TPP
Last Changed Rev: 131011 / Revision: 131943
Last Changed Date: 2017-07-06 11:20:07 -0400 (Thu, 06 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: TPP
Version: 3.5.14
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings TPP_3.5.14.tar.gz
StartedAt: 2017-08-16 09:13:46 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 09:18:54 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 308.8 seconds
RetCode: 0
Status:  OK 
CheckDir: TPP.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.6-bioc/meat/TPP.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 ‘TPP/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘TPP’ version ‘3.5.14’
* 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 ‘TPP’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is 13.2Mb
  sub-directories of 1Mb or more:
    data           1.9Mb
    example_data   8.0Mb
    test_data      1.9Mb
* 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 ... NOTE
Unexported objects imported by ':::' calls:
  ‘doParallel:::.options’ ‘mefa:::rep.data.frame’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
File ‘TPP/R/TPP.R’:
  .onLoad calls:
    packageStartupMessage(msgText, "\n")

See section ‘Good practice’ in '?.onAttach'.

plot_fSta_distribution: no visible binding for global variable
  ‘..density..’
plot_pVal_distribution: no visible binding for global variable
  ‘..density..’
Undefined global functions or variables:
  ..density..
* 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
analyzeTPPTR                   35.618  0.194  36.651
tpptrSplineFitAndTest          31.102  0.143  31.892
tpp2dSplineFitAndTest          19.214  0.139  19.905
tpptrPlotSplines               18.475  0.112  18.986
tpptrFTest                     18.109  0.105  18.490
tppQCPlotsCorrelateExperiments 17.006  0.092  17.718
tpp2dCreateDRplots             14.677  0.093  15.194
analyze2DTPP                    9.769  0.104  10.157
tpp2dMerge2dRef                 7.616  0.073   7.961
tppccrPlotCurves                7.245  0.040   7.521
tpp2dCurveFit                   7.153  0.076   7.451
analyzeTPPCCR                   5.238  0.024   5.429
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  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: 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.6-bioc/meat/TPP.Rcheck/00check.log’
for details.


TPP.Rcheck/00install.out:

* installing *source* package ‘TPP’ ...
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (TPP)

TPP.Rcheck/TPP-Ex.timings:

nameusersystemelapsed
analyze2DTPP 9.769 0.10410.157
analyzeTPPCCR5.2380.0245.429
analyzeTPPTR35.618 0.19436.651
tpp2dAddAdditionalInfo0.0300.0000.031
tpp2dCalcFractAbundance3.4530.0743.666
tpp2dComputeFoldChanges0.7310.0080.764
tpp2dCreateDRplots14.677 0.09315.194
tpp2dCurveFit7.1530.0767.451
tpp2dExport0.0450.0060.056
tpp2dImport0.6150.0050.649
tpp2dMerge2dRef7.6160.0737.961
tpp2dNormalize1.1070.0141.151
tpp2dSplineFitAndTest19.214 0.13919.905
tpp2dSplinePlot0.0070.0000.008
tpp2dTRReferenceObject0.0180.0000.019
tppDefaultTheme0.6280.0040.656
tppExport0.3080.0240.340
tppQCPlotsCorrelateExperiments17.006 0.09217.718
tppccrCurveFit4.6960.0254.841
tppccrImport0.1280.0050.133
tppccrNormalize0.1680.0060.179
tppccrNormalizeToReference0.2080.0030.222
tppccrPlotCurves7.2450.0407.521
tppccrResultTable4.6670.0274.813
tppccrTransform0.1910.0040.197
tpptrAnalyzeMeltingCurves0.4430.0060.455
tpptrCurveFit1.0440.0161.115
tpptrDefaultNormReqs0.6170.0070.633
tpptrFTest18.109 0.10518.490
tpptrFitSplines1.9170.0621.844
tpptrImport0.2300.0050.241
tpptrNormalize0.5010.0080.521
tpptrPlotSplines18.475 0.11218.986
tpptrSplineFitAndTest31.102 0.14331.892
tpptrTidyUpESets0.9770.0660.859