Back to Multiple platform build/check report for BioC 3.9
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

CHECK report for BiocGenerics on merida2

This page was generated on 2019-04-09 13:26:45 -0400 (Tue, 09 Apr 2019).

Package 142/1703HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BiocGenerics 0.29.2
Bioconductor Package Maintainer
Snapshot Date: 2019-04-08 17:01:18 -0400 (Mon, 08 Apr 2019)
URL: https://git.bioconductor.org/packages/BiocGenerics
Branch: master
Last Commit: 6487557
Last Changed Date: 2019-03-04 21:14:56 -0400 (Mon, 04 Mar 2019)
malbec2 Linux (Ubuntu 18.04.2 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ WARNINGS ] OK 

Summary

Package: BiocGenerics
Version: 0.29.2
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:BiocGenerics.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings BiocGenerics_0.29.2.tar.gz
StartedAt: 2019-04-08 23:28:57 -0400 (Mon, 08 Apr 2019)
EndedAt: 2019-04-08 23:30:03 -0400 (Mon, 08 Apr 2019)
EllapsedTime: 67.0 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: BiocGenerics.Rcheck
Warnings: 2

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.9-bioc/meat/BiocGenerics.Rcheck’
* using R Under development (unstable) (2018-11-27 r75683)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘BiocGenerics/DESCRIPTION’ ... OK
* this is package ‘BiocGenerics’ version ‘0.29.2’
* 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 ‘BiocGenerics’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘methods’ ‘utils’ ‘graphics’ ‘stats’ ‘parallel’
A package should be listed in only one of these fields.
* 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 ... NOTE
'library' or 'require' call to ‘RUnit’ in package code.
  Please use :: or requireNamespace() instead.
  See section 'Suggested packages' in the 'Writing R Extensions' manual.
* 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 ... WARNING
Missing link or links in documentation object 'as.data.frame.Rd':
  ‘[IRanges]{as.data.frame,IntegerRanges-method}’

Missing link or links in documentation object 'order.Rd':
  ‘[IRanges]{order,IntegerRanges-method}’

See section 'Cross-references' in the 'Writing R Extensions' manual.

* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'clusterApply':
parLapply
  Code: function(cl = NULL, X, fun, ..., chunk.size = NULL)
  Docs: function(cl = NULL, X, fun, ...)
  Argument names in code not in docs:
    chunk.size
parSapply
  Code: function(cl = NULL, X, FUN, ..., simplify = TRUE, USE.NAMES =
                 TRUE, chunk.size = NULL)
  Docs: function(cl = NULL, X, FUN, ..., simplify = TRUE, USE.NAMES =
                 TRUE)
  Argument names in code not in docs:
    chunk.size
parApply
  Code: function(cl = NULL, X, MARGIN, FUN, ..., chunk.size = NULL)
  Docs: function(cl = NULL, X, MARGIN, FUN, ...)
  Argument names in code not in docs:
    chunk.size
parRapply
  Code: function(cl = NULL, x, FUN, ..., chunk.size = NULL)
  Docs: function(cl = NULL, x, FUN, ...)
  Argument names in code not in docs:
    chunk.size
parCapply
  Code: function(cl = NULL, x, FUN, ..., chunk.size = NULL)
  Docs: function(cl = NULL, x, FUN, ...)
  Argument names in code not in docs:
    chunk.size
parLapplyLB
  Code: function(cl = NULL, X, fun, ..., chunk.size = NULL)
  Docs: function(cl = NULL, X, fun, ...)
  Argument names in code not in docs:
    chunk.size
parSapplyLB
  Code: function(cl = NULL, X, FUN, ..., simplify = TRUE, USE.NAMES =
                 TRUE, chunk.size = NULL)
  Docs: function(cl = NULL, X, FUN, ..., simplify = TRUE, USE.NAMES =
                 TRUE)
  Argument names in code not in docs:
    chunk.size

* checking Rd \usage sections ... NOTE
S3 methods shown with full name in documentation object 'rep':
  ‘rep.int’

The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
         user system elapsed
plotMA 10.442  0.456  11.004
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘run_unitTests.R’
 OK
* checking PDF version of manual ... OK
* DONE

Status: 2 WARNINGs, 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.9-bioc/meat/BiocGenerics.Rcheck/00check.log’
for details.



Installation output

BiocGenerics.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’
* installing *source* package ‘BiocGenerics’ ...
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘append’ in package ‘BiocGenerics’
Creating a new generic function for ‘as.data.frame’ in package ‘BiocGenerics’
Creating a new generic function for ‘cbind’ in package ‘BiocGenerics’
Creating a new generic function for ‘rbind’ in package ‘BiocGenerics’
Creating a new generic function for ‘do.call’ in package ‘BiocGenerics’
Creating a new generic function for ‘duplicated’ in package ‘BiocGenerics’
Creating a new generic function for ‘anyDuplicated’ in package ‘BiocGenerics’
Creating a new generic function for ‘eval’ in package ‘BiocGenerics’
Creating a new generic function for ‘pmax’ in package ‘BiocGenerics’
Creating a new generic function for ‘pmin’ in package ‘BiocGenerics’
Creating a new generic function for ‘pmax.int’ in package ‘BiocGenerics’
Creating a new generic function for ‘pmin.int’ in package ‘BiocGenerics’
Creating a new generic function for ‘Reduce’ in package ‘BiocGenerics’
Creating a new generic function for ‘Filter’ in package ‘BiocGenerics’
Creating a new generic function for ‘Find’ in package ‘BiocGenerics’
Creating a new generic function for ‘Map’ in package ‘BiocGenerics’
Creating a new generic function for ‘Position’ in package ‘BiocGenerics’
Creating a new generic function for ‘get’ in package ‘BiocGenerics’
Creating a new generic function for ‘mget’ in package ‘BiocGenerics’
Creating a new generic function for ‘grep’ in package ‘BiocGenerics’
Creating a new generic function for ‘grepl’ in package ‘BiocGenerics’
Creating a new generic function for ‘is.unsorted’ in package ‘BiocGenerics’
Creating a new generic function for ‘lapply’ in package ‘BiocGenerics’
Creating a new generic function for ‘sapply’ in package ‘BiocGenerics’
Creating a new generic function for ‘mapply’ in package ‘BiocGenerics’
Creating a new generic function for ‘match’ in package ‘BiocGenerics’
Creating a new generic function for ‘rowSums’ in package ‘BiocGenerics’
Creating a new generic function for ‘colSums’ in package ‘BiocGenerics’
Creating a new generic function for ‘rowMeans’ in package ‘BiocGenerics’
Creating a new generic function for ‘colMeans’ in package ‘BiocGenerics’
Creating a new generic function for ‘order’ in package ‘BiocGenerics’
Creating a new generic function for ‘paste’ in package ‘BiocGenerics’
Creating a new generic function for ‘rank’ in package ‘BiocGenerics’
Creating a new generic function for ‘rownames’ in package ‘BiocGenerics’
Creating a new generic function for ‘colnames’ in package ‘BiocGenerics’
Creating a new generic function for ‘union’ in package ‘BiocGenerics’
Creating a new generic function for ‘intersect’ in package ‘BiocGenerics’
Creating a new generic function for ‘setdiff’ in package ‘BiocGenerics’
Creating a new generic function for ‘sort’ in package ‘BiocGenerics’
Creating a new generic function for ‘table’ in package ‘BiocGenerics’
Creating a new generic function for ‘tapply’ in package ‘BiocGenerics’
Creating a new generic function for ‘unique’ in package ‘BiocGenerics’
Creating a new generic function for ‘unsplit’ in package ‘BiocGenerics’
Creating a new generic function for ‘var’ in package ‘BiocGenerics’
Creating a new generic function for ‘sd’ in package ‘BiocGenerics’
Creating a new generic function for ‘which’ in package ‘BiocGenerics’
Creating a new generic function for ‘which.max’ in package ‘BiocGenerics’
Creating a new generic function for ‘which.min’ in package ‘BiocGenerics’
Creating a new generic function for ‘IQR’ in package ‘BiocGenerics’
Creating a new generic function for ‘mad’ in package ‘BiocGenerics’
Creating a new generic function for ‘xtabs’ in package ‘BiocGenerics’
Creating a new generic function for ‘clusterCall’ in package ‘BiocGenerics’
Creating a new generic function for ‘clusterApply’ in package ‘BiocGenerics’
Creating a new generic function for ‘clusterApplyLB’ in package ‘BiocGenerics’
Creating a new generic function for ‘clusterEvalQ’ in package ‘BiocGenerics’
Creating a new generic function for ‘clusterExport’ in package ‘BiocGenerics’
Creating a new generic function for ‘clusterMap’ in package ‘BiocGenerics’
Creating a new generic function for ‘parLapply’ in package ‘BiocGenerics’
Creating a new generic function for ‘parSapply’ in package ‘BiocGenerics’
Creating a new generic function for ‘parApply’ in package ‘BiocGenerics’
Creating a new generic function for ‘parRapply’ in package ‘BiocGenerics’
Creating a new generic function for ‘parCapply’ in package ‘BiocGenerics’
Creating a new generic function for ‘parLapplyLB’ in package ‘BiocGenerics’
Creating a new generic function for ‘parSapplyLB’ in package ‘BiocGenerics’
Creating a new generic function for ‘basename’ in package ‘BiocGenerics’
Creating a new generic function for ‘dirname’ in package ‘BiocGenerics’
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (BiocGenerics)

Tests output

BiocGenerics.Rcheck/tests/run_unitTests.Rout


R Under development (unstable) (2018-11-27 r75683) -- "Unsuffered Consequences"
Copyright (C) 2018 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.

> require("BiocGenerics") || stop("unable to load BiocGenerics package")
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colMeans, colSums, colnames,
    dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
    intersect, is.unsorted, lapply, mapply, match, mget, order, paste,
    pmax, pmax.int, pmin, pmin.int, rank, rbind, rowMeans, rowSums,
    rownames, sapply, setdiff, sort, table, tapply, union, unique,
    unsplit, which, which.max, which.min

[1] TRUE
> BiocGenerics:::.test()


RUNIT TEST PROTOCOL -- Mon Apr  8 23:29:52 2019 
*********************************************** 
Number of test functions: 24 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
BiocGenerics RUnit Tests - 24 test functions, 0 errors, 0 failures
Number of test functions: 24 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
  0.948   0.084   1.006 

Example timings

BiocGenerics.Rcheck/BiocGenerics-Ex.timings

nameusersystemelapsed
BiocGenerics-package0.0020.0010.002
Extremes0.0120.0020.013
IQR0.0010.0000.002
Ontology2.7090.1092.852
annotation0.0140.0010.014
append0.0040.0010.004
as.data.frame0.0040.0000.005
as.vector0.0020.0000.003
boxplot0.0020.0010.003
cbind0.0060.0000.006
clusterApply0.0200.0030.024
combine0.0780.0030.082
dbconn0.0570.0040.060
density0.0010.0000.001
dims0.0160.0010.017
do.call0.0020.0000.002
duplicated0.0040.0000.004
eval0.0020.0000.003
evalq0.0010.0000.001
fileName3.1730.1383.332
funprog0.0090.0010.011
get0.0040.0010.003
grep0.0020.0000.002
image0.0020.0010.002
is.unsorted0.0020.0000.002
lapply0.0040.0010.004
mad0.0020.0000.002
mapply0.0020.0010.002
match0.0030.0000.003
matrix-summary0.0010.0010.002
mean0.0030.0000.003
normalize0.0360.0020.038
nrow0.0100.0020.011
order0.0040.0000.004
organism_species0.3450.0110.357
paste0.0030.0000.003
path0.0400.0020.043
plotMA10.442 0.45611.004
plotPCA3.6860.0363.807
rank0.0030.0000.003
relist0.0040.0010.005
rep0.0020.0000.003
residuals0.0020.0000.002
row_colnames0.0120.0020.013
score0.0900.0040.096
sets0.0130.0010.015
sort0.0040.0000.004
start0.0900.0050.095
strand0.1170.0050.122
subset0.0400.0010.041
t0.0100.0010.011
table0.0040.0000.004
tapply0.0040.0000.004
testPackage0.8150.0060.826
toTable0.0910.0030.094
unique0.0040.0000.004
unlist0.0030.0000.003
unsplit0.0020.0000.002
updateObject0.3150.0050.321
var0.0030.0010.003
weights0.0030.0000.002
which0.0110.0010.012
xtabs0.0060.0010.006