Back to Multiple platform build/check report for BioC 3.9
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

CHECK report for twoddpcr on celaya2

This page was generated on 2019-10-16 12:59:39 -0400 (Wed, 16 Oct 2019).

Package 1692/1741HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
twoddpcr 1.8.0
Anthony Chiu
Snapshot Date: 2019-10-15 17:01:26 -0400 (Tue, 15 Oct 2019)
URL: https://git.bioconductor.org/packages/twoddpcr
Branch: RELEASE_3_9
Last Commit: 5bec276
Last Changed Date: 2019-05-02 11:54:05 -0400 (Thu, 02 May 2019)
malbec2 Linux (Ubuntu 18.04.2 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: twoddpcr
Version: 1.8.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:twoddpcr.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings twoddpcr_1.8.0.tar.gz
StartedAt: 2019-10-16 07:36:32 -0400 (Wed, 16 Oct 2019)
EndedAt: 2019-10-16 07:39:48 -0400 (Wed, 16 Oct 2019)
EllapsedTime: 195.2 seconds
RetCode: 0
Status:  OK 
CheckDir: twoddpcr.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:twoddpcr.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings twoddpcr_1.8.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.9-bioc/meat/twoddpcr.Rcheck’
* using R version 3.6.1 (2019-07-05)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘twoddpcr/DESCRIPTION’ ... OK
* this is package ‘twoddpcr’ 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 ‘twoddpcr’ 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 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                   user system elapsed
knnClassify      11.785  0.372  13.815
ggplot.well       8.415  0.656   9.084
flatPlot          6.886  0.633   9.278
renormalisePlate  6.601  0.697   7.297
dropletPlot       6.468  0.449   8.829
heatPlot          3.868  0.249   5.945
* 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: OK


Installation output

twoddpcr.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL twoddpcr
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’
* installing *source* package ‘twoddpcr’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (twoddpcr)

Tests output

twoddpcr.Rcheck/tests/testthat.Rout


R version 3.6.1 (2019-07-05) -- "Action of the Toes"
Copyright (C) 2019 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.

> library(testthat)
> library(twoddpcr)
> 
> test_check("twoddpcr")
══ testthat results  ═══════════════════════════════════════════════════════════
[ OK: 156 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
 10.554   1.281  11.786 

Example timings

twoddpcr.Rcheck/twoddpcr-Ex.timings

nameusersystemelapsed
amplitudes0.7950.0780.873
basicsSummary0.0120.0020.015
castSummary0.0530.0140.066
classCov0.2540.0460.299
classMeans0.1120.0210.132
classStats0.1250.0330.158
clusterCentres1.3230.1901.513
copiesSummary0.0150.0020.017
ddpcrPlate-class0.5430.0350.580
ddpcrWell-class0.0580.0080.067
ddpcrWell-methods0.4760.0430.520
dropletPlot6.4680.4498.829
exportTable0.2850.0260.316
extractPlateName0.0000.0010.001
extractWellNames0.0010.0010.002
facetPlot3.6950.2583.955
flatPlot6.8860.6339.278
fullCopiesSummary0.0180.0030.021
fullCountsSummary0.0780.0120.090
ggplot.well8.4150.6569.084
gridClassify3.2200.2353.459
heatPlot3.8680.2495.945
kmeansClassify1.8090.2582.067
knnClassify11.785 0.37213.815
mahalanobisRain1.0840.1641.484
mutantCopiesSummary0.0110.0010.012
numDroplets0.5080.0400.547
parseClusterCounts0.0280.0030.031
plateClassification2.0480.1712.219
plateClassificationMethod0.7460.0390.784
plateSummary2.5880.0822.670
positiveCounts0.0460.0080.053
readCSVDataFrame0.0230.0040.027
relabelClasses0.1580.0230.181
removeDropletClasses1.2740.2011.476
renormalisePlate6.6010.6977.297
sdRain3.5600.2183.778
setChannelNames0.0020.0000.002
setDropletVolume000
sortDataFrame0.0030.0010.003
sortWells0.4820.0270.508
thresholdClassify2.6400.2212.860
wellClassification0.0590.0070.067
wellClassificationMethod0.0400.0010.042
whiteTheme1.7020.0541.757
wildTypeCopiesSummary0.0060.0000.007