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

CHECK report for twoddpcr on malbec2

This page was generated on 2019-10-16 12:10:30 -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: /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD check --install=check:twoddpcr.install-out.txt --library=/home/biocbuild/bbs-3.9-bioc/R/library --no-vignettes --timings twoddpcr_1.8.0.tar.gz
StartedAt: 2019-10-16 05:37:38 -0400 (Wed, 16 Oct 2019)
EndedAt: 2019-10-16 05:39:58 -0400 (Wed, 16 Oct 2019)
EllapsedTime: 140.0 seconds
RetCode: 0
Status:  OK 
CheckDir: twoddpcr.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD check --install=check:twoddpcr.install-out.txt --library=/home/biocbuild/bbs-3.9-bioc/R/library --no-vignettes --timings twoddpcr_1.8.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.9-bioc/meat/twoddpcr.Rcheck’
* using R version 3.6.1 (2019-07-05)
* using platform: x86_64-pc-linux-gnu (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      9.124  0.028   9.152
flatPlot         8.572  0.064   8.636
ggplot.well      8.094  0.056   8.160
renormalisePlate 5.289  0.000   5.291
dropletPlot      5.166  0.040   5.206
* 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:
###
###   /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD INSTALL twoddpcr
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.9-bioc/R/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-pc-linux-gnu (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 
  6.752   0.140   6.877 

Example timings

twoddpcr.Rcheck/twoddpcr-Ex.timings

nameusersystemelapsed
amplitudes0.4780.0120.490
basicsSummary0.0060.0000.006
castSummary0.0170.0000.017
classCov0.0460.0080.054
classMeans0.0640.0000.064
classStats0.0630.0040.067
clusterCentres0.9870.0000.987
copiesSummary0.0050.0000.006
ddpcrPlate-class0.5800.0000.588
ddpcrWell-class0.0580.0000.064
ddpcrWell-methods0.6340.0000.634
dropletPlot5.1660.0405.206
exportTable0.1220.0180.156
extractPlateName0.0010.0000.000
extractWellNames000
facetPlot3.1070.0323.140
flatPlot8.5720.0648.636
fullCopiesSummary0.0060.0040.010
fullCountsSummary0.0400.0040.044
ggplot.well8.0940.0568.160
gridClassify3.2460.0243.271
heatPlot2.9830.0002.984
kmeansClassify1.5830.0001.582
knnClassify9.1240.0289.152
mahalanobisRain1.0590.0001.060
mutantCopiesSummary0.0040.0000.004
numDroplets0.4060.0000.406
parseClusterCounts0.0080.0040.012
plateClassification1.5030.0001.503
plateClassificationMethod0.5770.0040.581
plateSummary2.6130.0002.613
positiveCounts0.0220.0000.023
readCSVDataFrame0.0110.0000.011
relabelClasses0.0830.0040.087
removeDropletClasses0.8990.0000.899
renormalisePlate5.2890.0005.291
sdRain4.4380.0004.438
setChannelNames0.0010.0000.001
setDropletVolume000
sortDataFrame0.0020.0000.002
sortWells0.5060.0000.505
thresholdClassify2.7810.0002.785
wellClassification0.030.000.03
wellClassificationMethod0.0300.0000.031
whiteTheme1.7200.0031.724
wildTypeCopiesSummary0.0070.0000.007