| Back toBuild/check report for BioC 3.22: simplified long |
|
This page was generated on 2026-02-05 11:57 -0500 (Thu, 05 Feb 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble" | 4888 |
| 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 | ||||
| Package164/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| beer 1.14.1 (landing page) Athena Chen
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| Seeother builds forbeer in R Universe. | ||||||||||||||
| To the developers/maintainers of the beer package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/beer.git to reflect on this report. SeeTroubleshooting Build Report for more information. - Use the followingRenviron 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. SeeRenviron.bioc for more information. |
| Package: beer |
| Version: 1.14.1 |
| Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:beer.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings beer_1.14.1.tar.gz |
| StartedAt: 2026-02-03 21:11:54 -0500 (Tue, 03 Feb 2026) |
| EndedAt: 2026-02-03 21:20:24 -0500 (Tue, 03 Feb 2026) |
| EllapsedTime: 509.6 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: beer.Rcheck |
| Warnings: 0 |
################################################################################################################################################################## Running command:###### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:beer.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings beer_1.14.1.tar.gz###############################################################################################################################################################* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/beer.Rcheck’* using R version 4.5.2 (2025-10-31)* using platform: x86_64-pc-linux-gnu* R was compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0* running under: Ubuntu 24.04.3 LTS* using session charset: UTF-8* checking for file ‘beer/DESCRIPTION’ ... OK* checking extension type ... Package* this is package ‘beer’ version ‘1.14.1’* 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 ‘beer’ 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 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 loading without being on the library search path ... 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 ... NOTEFound the following Rd file(s) with Rd \link{} targets missing packageanchors: beadsRR.Rd: edgeR guessEnriched.Rd: edgeRPlease provide package anchors for all Rd \link{} targets not in thepackage itself and the base packages.* 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 files in ‘vignettes’ ... OK* checking examples ... OKExamples with CPU (user + system) or elapsed time > 5s user system elapsedbrew 20.453 1.894 39.582beadsRR 12.292 2.383 6.995runEdgeR 4.969 1.096 15.671* checking for unstated dependencies in ‘tests’ ... OK* checking tests ... Running ‘spelling.R’ Running ‘testthat.R’ OK* checking for unstated dependencies in vignettes ... OK* checking package vignettes ... OK* checking re-building of vignette outputs ... OK* checking PDF version of manual ... OK* DONEStatus: 1 NOTESee ‘/home/biocbuild/bbs-3.22-bioc/meat/beer.Rcheck/00check.log’for details.beer.Rcheck/00install.out
################################################################################################################################################################## Running command:###### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL beer###############################################################################################################################################################* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’* installing *source* package ‘beer’ ...** this is package ‘beer’ version ‘1.14.1’** using staged installation** R** inst** byte-compile and prepare package for lazy loading** help*** installing help indices*** copying figures** 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 (beer)
beer.Rcheck/tests/spelling.Rout
R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"Copyright (C) 2025 The R Foundation for Statistical ComputingPlatform: x86_64-pc-linux-gnuR 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.> if (requireNamespace("spelling", quietly = TRUE)) {+ spelling::spell_check_test(+ vignettes = TRUE, error = FALSE,+ skip_on_cran = TRUE+ )+ }All Done!> > proc.time() user system elapsed 0.139 0.036 0.163beer.Rcheck/tests/testthat.Rout
R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"Copyright (C) 2025 The R Foundation for Statistical ComputingPlatform: x86_64-pc-linux-gnuR 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(beer)Loading required package: PhIPDataLoading required package: SummarizedExperimentLoading required package: MatrixGenericsLoading required package: matrixStatsAttaching package: 'MatrixGenerics'The following objects are masked from 'package:matrixStats': colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse, colCounts, colCummaxs, colCummins, colCumprods, colCumsums, colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs, colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats, colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds, colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads, colWeightedMeans, colWeightedMedians, colWeightedSds, colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet, rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods, rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps, rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins, rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks, rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars, rowWeightedMads, rowWeightedMeans, rowWeightedMedians, rowWeightedSds, rowWeightedVarsLoading required package: GenomicRangesLoading required package: stats4Loading required package: BiocGenericsLoading required package: genericsAttaching package: 'generics'The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, unionAttaching package: 'BiocGenerics'The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabsThe 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, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.minLoading required package: S4VectorsAttaching package: 'S4Vectors'The following object is masked from 'package:utils': findMatchesThe following objects are masked from 'package:base': I, expand.grid, unnameLoading required package: IRangesLoading required package: SeqinfoLoading required package: BiobaseWelcome to Bioconductor Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and for packages 'citation("pkgname")'.Attaching package: 'Biobase'The following object is masked from 'package:MatrixGenerics': rowMediansThe following objects are masked from 'package:matrixStats': anyMissing, rowMediansLoading required package: rjagsLoading required package: codaLinked to JAGS 4.3.2Loaded modules: basemod,bugs> > test_check("beer")-- Running JAGS ----------------------------------------------------------------Sample runs-- Summarizing results ----------------------------------------------------------- Running JAGS ----------------------------------------------------------------Sample runs-- Summarizing results ----------------------------------------------------------- Running JAGS ----------------------------------------------------------------Beads-only round robinSample runs-- Summarizing results ----------------------------------------------------------- Running JAGS ----------------------------------------------------------------Beads-only round robinSample runs-- Summarizing results ----------------------------------------------------------- Running JAGS ----------------------------------------------------------------Beads-only round robinSample runs-- Summarizing results ---------------------------------------------------------[ FAIL 0 | WARN 0 | SKIP 4 | PASS 69 ]══ Skipped tests (4) ═══════════════════════════════════════════════════════════• On CRAN (4): 'test-edgeR.R:44:1', 'test-guessInits.R:3:1', 'test-plotHelpers.R:3:1', 'test-plotHelpers.R:44:1'[ FAIL 0 | WARN 0 | SKIP 4 | PASS 69 ]> > proc.time() user system elapsed 112.044 14.906 152.606beer.Rcheck/beer-Ex.timings
| name | user | system | elapsed | |
| beadsRR | 12.292 | 2.383 | 6.995 | |
| brew | 20.453 | 1.894 | 39.582 | |
| brewOne | 1.521 | 0.077 | 1.599 | |
| edgeROne | 0.097 | 0.013 | 0.110 | |
| edgeROneQLF | 0.148 | 0.013 | 0.160 | |
| getAB | 0.096 | 0.015 | 0.110 | |
| getBF | 0.223 | 0.026 | 0.250 | |
| getExpected | 0.852 | 0.035 | 0.888 | |
| guessEnriched | 0.854 | 0.310 | 0.882 | |
| runEdgeR | 4.969 | 1.096 | 15.671 | |