Back to Build/check report for BioC 3.23:   simplified   long
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2026-02-25 11:32 -0500 (Wed, 25 Feb 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences" 4874
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 523/2354HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
dar 1.7.0  (landing page)
Francesc Catala-Moll
Snapshot Date: 2026-02-24 13:40 -0500 (Tue, 24 Feb 2026)
git_url: https://git.bioconductor.org/packages/dar
git_branch: devel
git_last_commit: 6a93481
git_last_commit_date: 2025-10-29 11:27:31 -0500 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
See other builds for dar in R Universe.


CHECK results for dar on nebbiolo1

To the developers/maintainers of the dar package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/dar.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: dar
Version: 1.7.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:dar.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings dar_1.7.0.tar.gz
StartedAt: 2026-02-24 23:04:31 -0500 (Tue, 24 Feb 2026)
EndedAt: 2026-02-24 23:18:08 -0500 (Tue, 24 Feb 2026)
EllapsedTime: 817.1 seconds
RetCode: 0
Status:   OK  
CheckDir: dar.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:dar.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings dar_1.7.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/dar.Rcheck’
* using R Under development (unstable) (2026-01-15 r89304)
* 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 ‘dar/DESCRIPTION’ ... OK
* this is package ‘dar’ version ‘1.7.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 21 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable.  Move as many as possible to Suggests and
use conditionally.
* 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 ‘dar’ 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 ... 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 R/sysdata.rda ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                     user system elapsed
step_aldex         15.776  0.743  16.520
prep                6.097  0.590  40.125
step_deseq          6.368  0.195   6.564
step_maaslin        5.998  0.285   6.852
import_steps        4.308  0.436  34.896
step_metagenomeseq  3.406  0.094  10.187
recipe              2.839  0.277  17.951
export_steps        2.653  0.233  12.837
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  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
* DONE

Status: OK


Installation output

dar.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL dar
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘dar’ ...
** this is package ‘dar’ version ‘1.7.0’
** using staged installation
** R
** data
** 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 (dar)

Tests output

dar.Rcheck/tests/testthat.Rout


R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences"
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(dar)
> 
> test_check("dar")
Starting 2 test processes.
> test-roxytest-tests-lefse.R: ! Run lefse without rarefaction is not recommended (id = lefse__Banbury_cake)
> test-roxytest-tests-recipe-class.R: Loading required namespace: TreeSummarizedExperiment
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
> test-roxytest-tests-recipe-class.R: Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
> test-roxytest-tests-recipe-class.R: Also defined by 'tidytree'
[ FAIL 0 | WARN 3 | SKIP 10 | PASS 97 ]

══ Skipped tests (10) ══════════════════════════════════════════════════════════
• On CRAN (9): 'test-roxytest-tests-bake.R:5:1',
  'test-roxytest-tests-lefse.R:5:1', 'test-roxytest-tests-maaslin2.R:5:1',
  'test-roxytest-tests-pkg_check.R:5:1', 'test-roxytest-tests-misc.R:71:1',
  'test-roxytest-tests-misc.R:97:1', 'test-roxytest-tests-misc.R:106:1',
  'test-roxytest-tests-read_data.R:11:1',
  'test-roxytest-tests-steps_and_checks.R:5:1'
• Temporary disabling due to problems with the ANCOM package (1):
  'test-roxytest-tests-ancom.R:6:3'

[ FAIL 0 | WARN 3 | SKIP 10 | PASS 97 ]
> 
> proc.time()
   user  system elapsed 
150.541   9.293 178.236 

Example timings

dar.Rcheck/dar-Ex.timings

nameusersystemelapsed
abundance_plt2.2710.0982.368
add_tax0.1560.0040.160
add_var0.1430.0040.147
bake0.4130.0040.417
contains_rarefaction0.7680.0320.801
cool0.2490.0030.252
corr_heatmap4.1950.0954.291
exclusion_plt1.0450.0171.062
export_steps 2.653 0.23312.837
find_intersections0.1500.0110.161
get_comparisons0.0200.0000.019
get_phy0.0210.0000.021
get_tax0.0240.0000.025
get_var0.0210.0030.025
import_steps 4.308 0.43634.896
intersection_df0.1630.0040.167
intersection_plt2.2810.1352.421
mutual_plt2.4570.0902.547
otu_table0.4040.0210.425
overlap_df0.2180.0020.220
phy_qc1.0940.0231.116
prep 6.097 0.59040.125
rand_id0.0000.0000.001
read_data1.4200.6121.843
recipe 2.839 0.27717.951
required_deps0.0410.0010.042
sample_data0.0340.0010.035
step_aldex15.776 0.74316.520
step_ancom0.0000.0010.001
step_corncob2.3540.0762.432
step_deseq6.3680.1956.564
step_filter_by_abundance0.0460.0000.047
step_filter_by_prevalence0.0490.0000.048
step_filter_by_rarity0.0480.0030.050
step_filter_by_variance0.0380.0020.040
step_filter_taxa0.0420.0000.043
step_lefse0.0750.0000.074
step_maaslin5.9980.2856.852
step_metagenomeseq 3.406 0.09410.187
step_rarefaction0.2380.0920.330
step_subset_taxa0.0480.0010.049
step_wilcox2.0720.1702.242
steps_ids0.0100.0010.012
tax_table0.0520.0120.064
tidyeval0.0160.0010.016
to_tibble0.4150.0300.445
use_rarefy0.0160.0010.017
zero_otu0.4810.0380.519