| Back to Multiple platform build/check report for BioC 3.24: simplified long |
|
This page was generated on 2026-05-06 11:33 -0400 (Wed, 06 May 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.4 LTS) | x86_64 | 4.6.0 RC (2026-04-17 r89917) -- "Because it was There" | 4878 |
| taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4663 |
| 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 419/2366 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| combi 1.25.0 (landing page) Stijn Hawinkel
| nebbiolo2 | Linux (Ubuntu 24.04.4 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | OK | ||||||||||
| See other builds for combi in R Universe. | ||||||||||||||
|
To the developers/maintainers of the combi package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/combi.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. |
| Package: combi |
| Version: 1.25.0 |
| Command: /home/biocbuild/bbs-3.24-bioc/R/bin/R CMD check --install=check:combi.install-out.txt --library=/home/biocbuild/bbs-3.24-bioc/R/site-library --timings combi_1.25.0.tar.gz |
| StartedAt: 2026-05-05 22:26:51 -0400 (Tue, 05 May 2026) |
| EndedAt: 2026-05-05 22:35:12 -0400 (Tue, 05 May 2026) |
| EllapsedTime: 500.5 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: combi.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.24-bioc/R/bin/R CMD check --install=check:combi.install-out.txt --library=/home/biocbuild/bbs-3.24-bioc/R/site-library --timings combi_1.25.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.24-bioc/meat/combi.Rcheck’
* using R version 4.6.0 RC (2026-04-17 r89917)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* current time: 2026-05-06 02:26:51 UTC
* checking for file ‘combi/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘combi’ version ‘1.25.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 ‘combi’ 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 ... NOTE
Package in Depends field not imported from: ‘DBI’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... NOTE
Foreign function call to a different package:
.C("spline_value", ..., PACKAGE = "cobs")
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
addLink: no visible binding for global variable ‘species’
convPlot: no visible binding for global variable ‘Iteration’
convPlot: no visible binding for global variable ‘Value’
convPlot: no visible binding for global variable ‘Variable’
convPlot: no visible binding for global variable ‘Colour’
inflPlot: no visible binding for global variable ‘h’
inflPlot: no visible binding for global variable ‘LatentVariable’
inflPlot: no visible binding for global variable ‘value’
Undefined global functions or variables:
Colour Iteration LatentVariable Value Variable h species value
* 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
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
5. └─base::lapply(...)
6. └─combi (local) FUN(X[[i]], ...)
7. └─combi:::estMeanVarTrend(...)
8. └─stats::optimize(...)
9. └─stats (local) `<fn>`(-16.3263189563828)
10. └─combi (local) f(arg, ...)
11. ├─base::suppressWarnings(...)
12. │ └─base::withCallingHandlers(...)
13. └─cobs::cobs(...)
14. └─cobs::drqssbc2(...)
[ FAIL 1 | WARN 14 | SKIP 0 | PASS 19 ]
Error:
! Test failures.
Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE
Status: 1 ERROR, 3 NOTEs
See
‘/home/biocbuild/bbs-3.24-bioc/meat/combi.Rcheck/00check.log’
for details.
combi.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.24-bioc/R/bin/R CMD INSTALL combi ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.24-bioc/R/site-library’ * installing *source* package ‘combi’ ... ** this is package ‘combi’ version ‘1.25.0’ ** 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 (combi)
combi.Rcheck/tests/testthat.Rout.fail
R version 4.6.0 RC (2026-04-17 r89917) -- "Because it was There"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu
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.
> library(testthat)
> library(combi)
Loading required package: DBI
> test_check("combi")
Saving _problems/test-combiinput-34.R
[ FAIL 1 | WARN 14 | SKIP 0 | PASS 19 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-combiinput.R:30:5'): combi runs when NAs present in data matrix
and allowMissingess = TRUE ──
Error in `drqssbc2(x, y, w, pw = pw, knots = knots, degree = degree, Tlambda = if (select.lambda) lambdaSet else lambda, constraint = constraint, ptConstr = ptConstr, maxiter = maxiter, trace = trace - 1, nrq = nrq, nl1 = nl1, neqc = neqc, niqc = niqc, nvar = nvar, tau = tau, select.lambda = select.lambda, give.pseudo.x = keep.x.ps, rq.tol = rq.tol, tol.0res = tol.0res, print.warn = print.warn, rq.print.warn = rq.print.warn)`: The problem is degenerate for the range of lambda specified.
Backtrace:
▆
1. ├─testthat::expect_s3_class(...) at test-combiinput.R:30:5
2. │ └─testthat::quasi_label(enquo(object))
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─combi::combi(...)
5. └─base::lapply(...)
6. └─combi (local) FUN(X[[i]], ...)
7. └─combi:::estMeanVarTrend(...)
8. └─stats::optimize(...)
9. └─stats (local) `<fn>`(-16.3263189563828)
10. └─combi (local) f(arg, ...)
11. ├─base::suppressWarnings(...)
12. │ └─base::withCallingHandlers(...)
13. └─cobs::cobs(...)
14. └─cobs::drqssbc2(...)
[ FAIL 1 | WARN 14 | SKIP 0 | PASS 19 ]
Error:
! Test failures.
Execution halted
combi.Rcheck/combi-Ex.timings
| name | user | system | elapsed | |
| addLink | 1.049 | 0.102 | 1.151 | |
| checkMeanVarTrend | 4.124 | 0.074 | 4.197 | |
| combi | 0.022 | 0.000 | 0.022 | |
| convPlot | 1.068 | 0.007 | 1.074 | |
| extractCoords | 0.048 | 0.003 | 0.051 | |
| extractData | 0.028 | 0.002 | 0.029 | |
| inflPlot | 1.641 | 0.097 | 1.737 | |
| plot.combi | 2.836 | 0.055 | 2.892 | |
| print.combi | 0.044 | 0.001 | 0.045 | |