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-04-09 11:47:31 -0400 (Tue, 09 Apr 2019).

Package 1655/1703HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
twoddpcr 1.7.0
Anthony Chiu
Snapshot Date: 2019-04-08 17:01:18 -0400 (Mon, 08 Apr 2019)
URL: https://git.bioconductor.org/packages/twoddpcr
Branch: master
Last Commit: 48c5d16
Last Changed Date: 2018-10-30 11:54:37 -0400 (Tue, 30 Oct 2018)
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
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK 

Summary

Package: twoddpcr
Version: 1.7.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.7.0.tar.gz
StartedAt: 2019-04-09 04:12:57 -0400 (Tue, 09 Apr 2019)
EndedAt: 2019-04-09 04:15:16 -0400 (Tue, 09 Apr 2019)
EllapsedTime: 138.7 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.7.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.9-bioc/meat/twoddpcr.Rcheck’
* using R Under development (unstable) (2019-03-18 r76245)
* 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.7.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      8.793  0.135   8.929
dropletPlot      6.017  0.084   6.101
ggplot.well      5.952  0.048   6.000
flatPlot         5.922  0.073   5.994
renormalisePlate 5.565  0.000   5.567
* 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 Under development (unstable) (2019-03-18 r76245) -- "Unsuffered Consequences"
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 FAILED: 0
> 
> proc.time()
   user  system elapsed 
 10.286   0.171  10.446 

Example timings

twoddpcr.Rcheck/twoddpcr-Ex.timings

nameusersystemelapsed
amplitudes0.9610.0120.973
basicsSummary0.010.000.01
castSummary0.0240.0040.029
classCov0.0830.0000.083
classMeans0.1050.0000.105
classStats0.0990.0040.103
clusterCentres1.6650.0161.681
copiesSummary0.0070.0000.007
ddpcrPlate-class0.6070.0040.611
ddpcrWell-class0.0500.0030.053
ddpcrWell-methods0.5970.0000.597
dropletPlot6.0170.0846.101
exportTable0.1900.0160.211
extractPlateName0.0010.0000.001
extractWellNames0.0010.0000.000
facetPlot2.5490.0352.585
flatPlot5.9220.0735.994
fullCopiesSummary0.0070.0000.006
fullCountsSummary0.0250.0040.028
ggplot.well5.9520.0486.000
gridClassify3.0350.0083.042
heatPlot2.1240.0162.139
kmeansClassify1.7810.0001.781
knnClassify8.7930.1358.929
mahalanobisRain0.9430.0010.943
mutantCopiesSummary0.0040.0000.005
numDroplets0.4210.0000.421
parseClusterCounts0.0150.0000.015
plateClassification1.5950.0001.595
plateClassificationMethod0.7380.0000.746
plateSummary3.6780.0003.683
positiveCounts0.0860.0000.086
readCSVDataFrame0.0130.0030.017
relabelClasses0.0730.0000.072
removeDropletClasses1.1870.0001.188
renormalisePlate5.5650.0005.567
sdRain4.3330.0034.351
setChannelNames0.0020.0000.002
setDropletVolume000
sortDataFrame0.0030.0000.003
sortWells0.6320.0000.632
thresholdClassify2.6340.0032.638
wellClassification0.0440.0000.044
wellClassificationMethod0.0350.0000.035
whiteTheme1.3100.0081.318
wildTypeCopiesSummary0.0040.0000.004