Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2025-02-13 12:06 -0500 (Thu, 13 Feb 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4754
palomino8Windows Server 2022 Datacenterx644.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" 4502
merida1macOS 12.7.5 Montereyx86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4525
kjohnson1macOS 13.6.6 Venturaarm644.4.2 (2024-10-31) -- "Pile of Leaves" 4477
taishanLinux (openEuler 24.03 LTS)aarch644.4.2 (2024-10-31) -- "Pile of Leaves" 4414
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 1254/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
microbiomeMarker 1.12.1  (landing page)
Yang Cao
Snapshot Date: 2025-02-10 13:00 -0500 (Mon, 10 Feb 2025)
git_url: https://git.bioconductor.org/packages/microbiomeMarker
git_branch: RELEASE_3_20
git_last_commit: a1364dc
git_last_commit_date: 2025-02-09 09:12:10 -0500 (Sun, 09 Feb 2025)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  YES
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    OK    OK  YES
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  YES
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for microbiomeMarker on nebbiolo2

To the developers/maintainers of the microbiomeMarker package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/microbiomeMarker.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: microbiomeMarker
Version: 1.12.1
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:microbiomeMarker.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings microbiomeMarker_1.12.1.tar.gz
StartedAt: 2025-02-10 23:58:04 -0500 (Mon, 10 Feb 2025)
EndedAt: 2025-02-11 00:06:11 -0500 (Tue, 11 Feb 2025)
EllapsedTime: 486.4 seconds
RetCode: 1
Status:   ERROR  
CheckDir: microbiomeMarker.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:microbiomeMarker.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings microbiomeMarker_1.12.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/microbiomeMarker.Rcheck’
* using R version 4.4.2 (2024-10-31)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
    GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
* running under: Ubuntu 24.04.1 LTS
* using session charset: UTF-8
* checking for file ‘microbiomeMarker/DESCRIPTION’ ... OK
* this is package ‘microbiomeMarker’ version ‘1.12.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 ‘microbiomeMarker’ 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 ... ERROR
Running examples in ‘microbiomeMarker-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: run_ancombc
> ### Title: Differential analysis of compositions of microbiomes with bias
> ###   correction (ANCOM-BC).
> ### Aliases: run_ancombc
> 
> ### ** Examples
> 
> data(enterotypes_arumugam)
> ps <- phyloseq::subset_samples(
+     enterotypes_arumugam,
+     Enterotype %in% c("Enterotype 3", "Enterotype 2")
+ )
> run_ancombc(ps, group = "Enterotype")
'ancombc' has been fully evolved to 'ancombc2'. 
Explore the enhanced capabilities of our refined method!
Checking the input data type ...
The input data is of type: phyloseq
Error in data_sanity_check(data = data, taxa_are_rows = taxa_are_rows,  : 
  The 'microbiome' package is needed to process the imported data but is not installed. Please install the package to continue.
Calls: run_ancombc -> <Anonymous> -> data_sanity_check
Execution halted
* 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: 1 ERROR
See
  ‘/home/biocbuild/bbs-3.20-bioc/meat/microbiomeMarker.Rcheck/00check.log’
for details.


Installation output

microbiomeMarker.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL microbiomeMarker
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.20-bioc/R/site-library’
* installing *source* package ‘microbiomeMarker’ ...
** 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 (microbiomeMarker)

Tests output

microbiomeMarker.Rcheck/tests/testthat.Rout


R version 4.4.2 (2024-10-31) -- "Pile of Leaves"
Copyright (C) 2024 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(microbiomeMarker)
> 
> test_check("microbiomeMarker")
conditions vector supplied
operating in serial mode
computing center with all features
New names:
* `` -> `...1`
* `` -> `...2`
* `` -> `...3`
* `` -> `...4`
* `` -> `...5`
* `` -> `...6`
* `` -> `...7`
* `` -> `...8`
* `` -> `...9`
* `` -> `...10`
* `` -> `...11`
* `` -> `...12`
New names:
* `` -> `...1`
* `` -> `...2`
* `` -> `...3`
* `` -> `...4`
* `` -> `...5`
* `` -> `...6`
* `` -> `...7`
* `` -> `...8`
* `` -> `...9`
* `` -> `...10`
* `` -> `...11`
* `` -> `...12`
operating in serial mode
New names:
* `` -> `...1`
* `` -> `...2`
* `` -> `...3`
* `` -> `...4`
* `` -> `...5`
* `` -> `...6`
* `` -> `...7`
* `` -> `...8`
* `` -> `...9`
* `` -> `...10`
* `` -> `...11`
* `` -> `...12`
New names:
* `` -> `...1`
* `` -> `...2`
* `` -> `...3`
* `` -> `...4`
* `` -> `...5`
* `` -> `...6`
* `` -> `...7`
* `` -> `...8`
* `` -> `...9`
* `` -> `...10`
* `` -> `...11`
* `` -> `...12`
New names:
* `` -> `...1`
* `` -> `...2`
* `` -> `...3`
* `` -> `...4`
* `` -> `...5`
* `` -> `...6`
* `` -> `...7`
* `` -> `...8`
* `` -> `...9`
* `` -> `...10`
* `` -> `...11`
* `` -> `...12`
New names:
* `` -> `...1`
* `` -> `...2`
* `` -> `...3`
* `` -> `...4`
* `` -> `...5`
* `` -> `...6`
* `` -> `...7`
* `` -> `...8`
* `` -> `...9`
* `` -> `...10`
* `` -> `...11`
* `` -> `...12`
`set.seed(2020)` was used to initialize repeatable random subsampling.
Please record this for your records so others can reproduce.
Try `set.seed(2020); .Random.seed` for the full vector
...
46OTUs were removed because they are no longer 
present in any sample after random subsampling

...
`set.seed(2020)` was used to initialize repeatable random subsampling.
Please record this for your records so others can reproduce.
Try `set.seed(2020); .Random.seed` for the full vector
...
46OTUs were removed because they are no longer 
present in any sample after random subsampling

...
`set.seed(2020)` was used to initialize repeatable random subsampling.
Please record this for your records so others can reproduce.
Try `set.seed(2020); .Random.seed` for the full vector
...
46OTUs were removed because they are no longer 
present in any sample after random subsampling

...
`set.seed(2020)` was used to initialize repeatable random subsampling.
Please record this for your records so others can reproduce.
Try `set.seed(2020); .Random.seed` for the full vector
...
46OTUs were removed because they are no longer 
present in any sample after random subsampling

...
Default value being used.
Default value being used.
Default value being used.
Default value being used.
converting counts to integer mode
Loading required package: ggplot2
Loading required package: lattice
[ FAIL 0 | WARN 6 | SKIP 8 | PASS 220 ]

══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-ancom.R:46:5', 'test-edgeR.R:9:5', 'test-lefse.R:19:5',
  'test-limma-voom.R:15:5', 'test-multiple-groups-test.R:27:5',
  'test-multiple-groups-test.R:54:9', 'test-two-group-test.R:22:5'
• empty test (1): 'test-ancombc.R:1:1'

[ FAIL 0 | WARN 6 | SKIP 8 | PASS 220 ]
> 
> proc.time()
   user  system elapsed 
 64.594   2.031  66.622 

Example timings

microbiomeMarker.Rcheck/microbiomeMarker-Ex.timings

nameusersystemelapsed
abundances-methods0.0850.0020.089
aggregate_taxa1.4850.0311.517
assign-marker_table2.5950.1562.751
confounder1.5840.0251.610
effect_size-plot2.6500.0202.669
extract_posthoc_res0.1280.0040.131
import_dada20.0650.0010.066
import_picrust20.0310.0010.032
import_qiime20.1890.0090.204
marker_table-methods2.5300.0562.586
microbiomeMarker0.0120.0010.013
nmarker-methods0.0020.0000.001
normalize-methods0.0940.0130.107
phyloseq2DESeq20.5000.0250.525
phyloseq2edgeR0.1270.0050.133
phyloseq2metagenomeSeq0.1530.0010.154
plot_abundance4.7240.1434.866
plot_cladogram7.6660.0647.732
plot_heatmap6.5250.0886.613
plot_postHocTest1.0340.0001.034
plot_sl_roc3.9780.0744.056
postHocTest0.1070.0030.109
run_aldex7.2250.6217.847
run_ancom000