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

This page was generated on 2026-05-23 11:32 -0400 (Sat, 23 May 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 RC (2026-04-17 r89917) -- "Because it was There" 4995
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 532/2418HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
dar 1.8.0  (landing page)
Francesc Catala-Moll
Snapshot Date: 2026-05-22 13:40 -0400 (Fri, 22 May 2026)
git_url: https://git.bioconductor.org/packages/dar
git_branch: RELEASE_3_23
git_last_commit: df167e0
git_last_commit_date: 2026-04-28 09:02:15 -0400 (Tue, 28 Apr 2026)
nebbiolo1Linux (Ubuntu 24.04.4 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.8.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.8.0.tar.gz
StartedAt: 2026-05-22 23:04:50 -0400 (Fri, 22 May 2026)
EndedAt: 2026-05-22 23:28:52 -0400 (Fri, 22 May 2026)
EllapsedTime: 1442.8 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.8.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/dar.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-23 03:04:50 UTC
* checking for file ‘dar/DESCRIPTION’ ... OK
* this is package ‘dar’ version ‘1.8.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_maaslin 40.492  0.618  41.113
step_ancom   31.687  1.193  33.140
import_steps  8.702  2.299  68.366
prep          7.106  1.115  66.359
recipe        6.772  1.101  72.711
step_deseq    5.248  0.092   5.353
* 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.8.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 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(dar)
> 
> test_check("dar")
Starting 2 test processes.
> 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'
> 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 8 | PASS 110 ]

══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-roxytest-tests-bake.R:5:1',
  'test-roxytest-tests-ancom.R:5:1', 'test-roxytest-tests-lefse.R:5:1',
  'test-roxytest-tests-maaslin3.R:5:1', 'test-roxytest-tests-pkg_check.R:5:1',
  'test-roxytest-tests-misc.R:105:1', 'test-roxytest-tests-misc.R:130:1',
  'test-roxytest-tests-steps_and_checks.R:14:1'

[ FAIL 0 | WARN 3 | SKIP 8 | PASS 110 ]
> 
> proc.time()
   user  system elapsed 
135.198  12.042 223.381 

Example timings

dar.Rcheck/dar-Ex.timings

nameusersystemelapsed
abundance_plt2.0920.1382.231
add_step3.2820.1573.439
add_tax0.0470.0000.047
add_var0.0430.0000.043
bake0.5140.0550.570
contains_rarefaction1.2290.0801.311
cool0.0820.0000.082
corr_heatmap3.0750.1353.211
exclusion_plt1.0200.0071.027
find_intersections0.1530.0010.155
get_comparisons0.0220.0030.025
get_phy0.0370.0010.038
get_tax0.0430.0000.043
get_var0.0430.0000.043
import_steps 8.702 2.29968.366
intersection_df0.0340.0030.037
intersection_plt1.6040.1621.767
mutual_plt2.2740.1372.411
otu_table0.4180.0390.456
overlap_df0.0490.0030.051
phy_qc1.9060.1252.031
prep 7.106 1.11566.359
rand_id000
rarefaction_help0.0610.0010.062
recipe 6.772 1.10172.711
required_deps0.0420.0010.043
sample_data0.0490.0050.053
step_aldex3.1970.2293.427
step_ancom31.687 1.19333.140
step_corncob1.5140.0751.589
step_deseq5.2480.0925.353
step_filter_by_abundance0.0570.0010.058
step_filter_by_prevalence0.0560.0010.058
step_filter_by_rarity0.0560.0020.058
step_filter_by_variance0.0580.0000.058
step_filter_taxa0.0590.0000.058
step_lefse0.3780.0280.406
step_maaslin40.492 0.61841.113
step_rarefaction0.0680.0010.069
step_subset_taxa1.3350.1701.896
step_wilcox0.1080.0030.111
steps_ids0.0170.0000.016
tax_table0.0640.0010.064
tidyeval0.0280.0090.037
to_tibble0.3800.0120.392
use_rarefy0.0150.0000.016