Back to Multiple platform build/check report for BioC 3.10
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

CHECK report for gCrisprTools on malbec1

This page was generated on 2020-04-15 12:11:48 -0400 (Wed, 15 Apr 2020).

Package 635/1823HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
gCrisprTools 1.14.0
Peter Haverty
Snapshot Date: 2020-04-14 16:46:13 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/gCrisprTools
Branch: RELEASE_3_10
Last Commit: ad12ed1
Last Changed Date: 2019-10-29 13:10:04 -0400 (Tue, 29 Oct 2019)
malbec1 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: gCrisprTools
Version: 1.14.0
Command: /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD check --install=check:gCrisprTools.install-out.txt --library=/home/biocbuild/bbs-3.10-bioc/R/library --no-vignettes --timings gCrisprTools_1.14.0.tar.gz
StartedAt: 2020-04-15 04:07:46 -0400 (Wed, 15 Apr 2020)
EndedAt: 2020-04-15 04:13:52 -0400 (Wed, 15 Apr 2020)
EllapsedTime: 365.8 seconds
RetCode: 0
Status:  OK 
CheckDir: gCrisprTools.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD check --install=check:gCrisprTools.install-out.txt --library=/home/biocbuild/bbs-3.10-bioc/R/library --no-vignettes --timings gCrisprTools_1.14.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.10-bioc/meat/gCrisprTools.Rcheck’
* using R version 3.6.3 (2020-02-29)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘gCrisprTools/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘gCrisprTools’ version ‘1.14.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 ‘gCrisprTools’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  8.2Mb
  sub-directories of 1Mb or more:
    data   2.3Mb
* 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
ct.makeReport               26.356  0.240  27.024
ct.PantherPathwayEnrichment 24.820  0.500  34.206
ct.guideCDF                 18.832  0.016  18.885
ct.makeContrastReport       12.568  0.284  13.021
ct.GCbias                    8.752  0.124   8.914
ct.makeQCReport              7.208  0.300   7.538
ct.stackGuides               5.944  0.012   5.987
ct.normalizeGuides           4.976  0.104   5.092
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘unit.tests.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: 1 NOTE
See
  ‘/home/biocbuild/bbs-3.10-bioc/meat/gCrisprTools.Rcheck/00check.log’
for details.



Installation output

gCrisprTools.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD INSTALL gCrisprTools
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.10-bioc/R/library’
* installing *source* package ‘gCrisprTools’ ...
** using staged installation
** R
** data
** 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 (gCrisprTools)

Tests output

gCrisprTools.Rcheck/tests/unit.tests.Rout


R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 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.

> #require("BiocGenerics", quietly = TRUE)
> BiocGenerics:::testPackage("gCrisprTools")


RUNIT TEST PROTOCOL -- Wed Apr 15 04:13:49 2020 
*********************************************** 
Number of test functions: 0 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
gCrisprTools RUnit Tests - 0 test functions, 0 errors, 0 failures
Number of test functions: 0 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
  5.148   0.156   5.370 

Example timings

gCrisprTools.Rcheck/gCrisprTools-Ex.timings

nameusersystemelapsed
aln0.0000.0040.002
ann0.0840.0000.085
ct.DirectionalTests0.4760.1040.597
ct.GCbias8.7520.1248.914
ct.PRC1.0040.0081.013
ct.PantherPathwayEnrichment24.820 0.50034.206
ct.ROC0.1640.0000.165
ct.RRAaPvals0.5040.0280.534
ct.RRAalpha0.3680.0080.378
ct.alignmentChart0.0040.0000.005
ct.alphaBeta0.0040.0040.009
ct.ecdf0.0040.0000.001
ct.filterReads0.5000.0040.507
ct.gRNARankByReplicate0.8280.0280.854
ct.generateResults0.9960.0121.010
ct.guideCDF18.832 0.01618.885
ct.inputCheck0.1400.0080.148
ct.makeContrastReport12.568 0.28413.021
ct.makeQCReport7.2080.3007.538
ct.makeReport26.356 0.24027.024
ct.normalizeBySlope1.6440.0561.702
ct.normalizeGuides4.9760.1045.092
ct.normalizeMedians1.0560.0081.071
ct.normalizeNTC1.3080.0161.332
ct.normalizeSpline1.5080.0201.531
ct.prepareAnnotation0.9880.0841.079
ct.preprocessFit3.1280.0203.159
ct.rawCountDensities0.2080.0000.208
ct.resultCheck0.1680.0040.174
ct.stackGuides5.9440.0125.987
ct.targetSetEnrichment0.1800.0080.188
ct.topTargets0.5960.0040.604
ct.viewControls0.3800.0080.393
ct.viewGuides0.5240.0040.557
es0.1280.0040.133
essential.genes0.0040.0000.002
fit0.2280.0040.241
resultsDF0.1120.0040.115