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

This page was generated on 2021-10-15 15:06:36 -0400 (Fri, 15 Oct 2021).

CHECK results for gCrisprTools on machv2

To the developers/maintainers of the gCrisprTools package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/gCrisprTools.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 695/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
gCrisprTools 1.20.0  (landing page)
Russell Bainer
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/gCrisprTools
git_branch: RELEASE_3_13
git_last_commit: ea57239
git_last_commit_date: 2021-05-19 12:22:51 -0400 (Wed, 19 May 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: gCrisprTools
Version: 1.20.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:gCrisprTools.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings gCrisprTools_1.20.0.tar.gz
StartedAt: 2021-10-14 19:15:33 -0400 (Thu, 14 Oct 2021)
EndedAt: 2021-10-14 19:22:30 -0400 (Thu, 14 Oct 2021)
EllapsedTime: 416.6 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: gCrisprTools.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.13-bioc/meat/gCrisprTools.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-apple-darwin17.0 (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.20.0’
* package encoding: UTF-8
* 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 ... NOTE
Found the following hidden files and directories:
  .git_fetch_output.txt
  .git_merge_output.txt
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* 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  9.6Mb
  sub-directories of 1Mb or more:
    data   2.3Mb
    doc    1.4Mb
* 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 ... WARNING
'::' or ':::' imports not declared from:
  ‘methods’ ‘multiGSEA’
Missing object imported by a ':::' call: ‘multiGSEA:::GeneSetDb.list’
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
ct.GCbias: no visible global function definition for ‘is’
ct.GREATdb: no visible global function definition for
  ‘getMSigGeneSetDb’
ct.buildSE: no visible global function definition for ‘is’
ct.inputCheck: no visible global function definition for ‘is’
ct.multiGSEA: no visible global function definition for ‘is’
ct.multiGSEA: no visible binding for global variable ‘sig’
ct.multiGSEA: no visible global function definition for
  ‘hyperGeometricTest’
ct.multiGSEA: no visible binding for global variable ‘genesetDB’
ct.multiGSEA: no visible binding for global variable ‘up’
ct.multiGSEA: no visible binding for global variable ‘universe’
ct.normalizeBySlope: no visible global function definition for ‘is’
Undefined global functions or variables:
  genesetDB getMSigGeneSetDb hyperGeometricTest is sig universe up
Consider adding
  importFrom("methods", "is")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* 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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                              user system elapsed
ct.makeReport               27.637  2.014  29.797
ct.PantherPathwayEnrichment 25.242  1.064  27.974
ct.guideCDF                 16.251  8.736  25.007
ct.makeContrastReport       12.262  1.054  13.410
ct.makeQCReport              7.984  0.256   8.298
ct.stackGuides               6.285  0.745   7.037
ct.signalSummary             5.919  0.462   6.446
ct.GCbias                    5.956  0.385   6.351
* 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 WARNING, 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.13-bioc/meat/gCrisprTools.Rcheck/00check.log’
for details.



Installation output

gCrisprTools.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/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 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.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.

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


RUNIT TEST PROTOCOL -- Thu Oct 14 19:22:20 2021 
*********************************************** 
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 
 10.969   0.492  11.458 

Example timings

gCrisprTools.Rcheck/gCrisprTools-Ex.timings

nameusersystemelapsed
aln0.0030.0020.005
ann0.7030.0060.710
ct.CAT0.1940.0080.201
ct.DirectionalTests0.3810.3610.743
ct.GCbias5.9560.3856.351
ct.PRC1.1780.0311.224
ct.PantherPathwayEnrichment25.242 1.06427.974
ct.ROC0.2430.0070.250
ct.RRAaPvals0.6430.0480.693
ct.RRAalpha0.3360.0050.341
ct.alignmentChart0.0050.0010.006
ct.alphaBeta0.0180.0020.019
ct.buildSE0.6580.0070.667
ct.ecdf0.0010.0010.002
ct.filterReads1.1640.0601.224
ct.gRNARankByReplicate0.4740.0250.498
ct.generateResults0.7930.0170.811
ct.guideCDF16.251 8.73625.007
ct.inputCheck0.1540.0050.160
ct.makeContrastReport12.262 1.05413.410
ct.makeQCReport7.9840.2568.298
ct.makeReport27.637 2.01429.797
ct.multiGSEA0.2140.0050.220
ct.normalizeBySlope1.4360.0511.490
ct.normalizeFQ0.9590.1441.110
ct.normalizeFactoredQuantiles0.8450.0460.894
ct.normalizeGuides3.3870.2523.715
ct.normalizeMedians0.7540.0530.809
ct.normalizeNTC0.8500.0540.906
ct.normalizeSpline0.9740.0441.021
ct.prepareAnnotation0.6770.0570.738
ct.preprocessFit3.2260.0233.254
ct.rawCountDensities0.1910.0070.200
ct.resultCheck0.1290.0020.132
ct.signalSummary5.9190.4626.446
ct.stackGuides6.2850.7457.037
ct.targetSetEnrichment0.1310.0020.134
ct.topTargets0.4660.0080.474
ct.viewControls0.3140.0920.406
ct.viewGuides0.4040.0050.409
es0.0610.0020.062
essential.genes0.0010.0030.005
fit0.1950.0090.204
resultsDF0.1420.0030.146