Back to Multiple platform build/check report for BioC 3.20:   simplified   long
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-05-03 11:38:10 -0400 (Fri, 03 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 RC (2024-04-16 r86468) -- "Puppy Cup" 4660
palomino4Windows Server 2022 Datacenterx644.4.0 RC (2024-04-16 r86468 ucrt) -- "Puppy Cup" 4391
merida1macOS 12.7.4 Montereyx86_644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4422
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 177/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BiocGenerics 0.51.0  (landing page)
Hervé Pagès
Snapshot Date: 2024-05-01 14:05:06 -0400 (Wed, 01 May 2024)
git_url: https://git.bioconductor.org/packages/BiocGenerics
git_branch: devel
git_last_commit: 7b9834d
git_last_commit_date: 2024-04-30 10:26:27 -0400 (Tue, 30 Apr 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 12.7.4 Monterey / x86_64  OK    OK    WARNINGS    OK  YES
kjohnson1macOS 13.6.6 Ventura / arm64see weekly results here

CHECK results for BiocGenerics on merida1


To the developers/maintainers of the BiocGenerics package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/BiocGenerics.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: BiocGenerics
Version: 0.51.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:BiocGenerics.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings BiocGenerics_0.51.0.tar.gz
StartedAt: 2024-05-02 00:47:15 -0400 (Thu, 02 May 2024)
EndedAt: 2024-05-02 00:49:23 -0400 (Thu, 02 May 2024)
EllapsedTime: 127.7 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: BiocGenerics.Rcheck
Warnings: 2

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/BiocGenerics.Rcheck’
* using R version 4.4.0 Patched (2024-04-24 r86482)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.7.4
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘BiocGenerics/DESCRIPTION’ ... OK
* this is package ‘BiocGenerics’ version ‘0.51.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 ... 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’
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 code 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 Rd file 'as.data.frame.Rd':
  ‘[IRanges]{as.data.frame,IntegerRanges-method}’

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

Missing link or links in Rd file 'type.Rd':
  ‘[DelayedArray]{type,ANY-method}’
  ‘[Biostrings]{type,PairwiseAlignments-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 Rd file 'funprog.Rd':
Reduce
  Code: function(f, x, init, right = FALSE, accumulate = FALSE,
                 simplify = TRUE)
  Docs: function(f, x, init, right = FALSE, accumulate = FALSE)
  Argument names in code not in docs:
    simplify

Codoc mismatches from Rd file 'xtabs.Rd':
xtabs
  Code: function(formula = ~., data = parent.frame(), subset, sparse =
                 FALSE, na.action, na.rm = FALSE, addNA = FALSE,
                 exclude = if (!addNA) c(NA, NaN), drop.unused.levels =
                 FALSE)
  Docs: function(formula = ~., data = parent.frame(), subset, sparse =
                 FALSE, na.action, addNA = FALSE, exclude = if (!addNA)
                 c(NA, NaN), drop.unused.levels = FALSE)
  Argument names in code not in docs:
    na.rm
  Mismatches in argument names:
    Position: 6 Code: na.rm Docs: addNA
    Position: 7 Code: addNA Docs: exclude
    Position: 8 Code: exclude Docs: drop.unused.levels

* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
           user system elapsed
fileName 17.004  0.785  21.727
Ontology  7.205  0.389   9.198
plotMA    6.455  0.312   7.584
plotPCA   4.607  0.064   5.221
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘run_unitTests.R’
 OK
* checking PDF version of manual ... OK
* DONE

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


Installation output

BiocGenerics.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library’
* installing *source* package ‘BiocGenerics’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘aperm’ in package ‘BiocGenerics’
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 ‘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 ‘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.min’ in package ‘BiocGenerics’
Creating a new generic function for ‘which.max’ 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 ‘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 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 (BiocGenerics)

Tests output

BiocGenerics.Rcheck/tests/run_unitTests.Rout


R version 4.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

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

Attaching package: 'BiocGenerics'

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, aperm, append,
    as.data.frame, basename, cbind, 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, rownames, sapply, setdiff, table, tapply,
    union, unique, unsplit, which.max, which.min

[1] TRUE
> BiocGenerics:::.test()
Loading required package: S4Vectors
Loading required package: stats4

Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

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

    I, expand.grid, unname



RUNIT TEST PROTOCOL -- Thu May  2 00:48:55 2024 
*********************************************** 
Number of test functions: 25 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
BiocGenerics RUnit Tests - 25 test functions, 0 errors, 0 failures
Number of test functions: 25 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
  4.510   0.319   5.119 

Example timings

BiocGenerics.Rcheck/BiocGenerics-Ex.timings

nameusersystemelapsed
BiocGenerics-package0.0010.0040.007
Extremes0.0150.0050.025
IQR0.0030.0010.006
Ontology7.2050.3899.198
annotation0.0240.0050.036
aperm0.0040.0010.007
append0.0040.0010.005
as.data.frame0.0060.0020.009
as.list0.0480.0100.070
as.vector0.0050.0010.009
boxplot0.2610.0260.342
cbind0.0480.0070.068
combine0.1110.0100.147
dbconn0.1080.0140.148
density0.0020.0010.004
dims0.0680.0080.090
do.call0.0040.0010.006
duplicated0.0090.0020.015
eval0.0040.0010.010
evalq0.0010.0010.001
fileName17.004 0.78521.727
format0.0060.0020.009
funprog0.0160.0070.025
get0.0080.0020.013
grep0.0050.0020.008
image0.0600.0090.077
is.unsorted0.0060.0010.008
lapply0.0090.0040.014
mad0.0040.0020.008
mapply0.0040.0010.006
match0.0130.0050.022
mean0.0060.0030.009
normalize0.0570.0090.075
nrow0.0170.0060.025
order0.0070.0020.010
organism_species0.3710.0520.473
paste0.0050.0020.008
path0.0640.0150.090
plotMA6.4550.3127.584
plotPCA4.6070.0645.221
rank0.0080.0020.013
relist0.0040.0020.007
rep0.0050.0020.009
residuals0.0040.0010.005
row_colnames0.0250.0100.038
score0.1470.0150.180
sets0.0170.0060.024
sort0.0050.0020.008
start0.1170.0170.155
strand0.1530.0150.185
subset0.0550.0060.067
t0.0060.0020.009
table0.0050.0020.006
tapply0.0050.0020.008
testPackage0.7650.0240.875
toTable0.1360.0150.173
type0.5070.0470.627
unique0.0050.0020.008
unlist0.0060.0020.012
unsplit0.0030.0010.005
updateObject0.3680.0120.425
var0.0040.0010.006
weights0.0030.0010.005
which0.2800.0240.331
which.min0.0890.0090.108
xtabs0.0560.0060.068