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

This page was generated on 2023-10-16 11:36:20 -0400 (Mon, 16 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.2 LTS)x86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4626
palomino3Windows Server 2022 Datacenterx644.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" 4379
merida1macOS 12.6.4 Montereyx86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4395
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 1219/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
microbiome 1.22.0  (landing page)
Leo Lahti
Snapshot Date: 2023-10-15 14:00:13 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/microbiome
git_branch: RELEASE_3_17
git_last_commit: ca9b327
git_last_commit_date: 2023-04-25 10:56:00 -0400 (Tue, 25 Apr 2023)
nebbiolo1Linux (Ubuntu 22.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.6.4 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson2macOS 12.6.1 Monterey / arm64see weekly results here

CHECK results for microbiome on palomino3


To the developers/maintainers of the microbiome package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/microbiome.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: microbiome
Version: 1.22.0
Command: F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:microbiome.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings microbiome_1.22.0.tar.gz
StartedAt: 2023-10-16 04:04:36 -0400 (Mon, 16 Oct 2023)
EndedAt: 2023-10-16 04:07:43 -0400 (Mon, 16 Oct 2023)
EllapsedTime: 187.2 seconds
RetCode: 0
Status:   OK  
CheckDir: microbiome.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:microbiome.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings microbiome_1.22.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.17-bioc/meat/microbiome.Rcheck'
* using R version 4.3.1 (2023-06-16 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* R was compiled by
    gcc.exe (GCC) 12.2.0
    GNU Fortran (GCC) 12.2.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'microbiome/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'microbiome' version '1.22.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 whether package 'microbiome' 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 ... NOTE
Problems with news in 'NEWS':
  Cannot process chunk/lines:
    CHANGES IN VERSION 0.1.2 
    # New features
      o Added plot_abundances function
      o Added Chao1 index in richness function
      o In atlas1006 data set, pseudocount of +1 in otu table has been
        removed to facilitate comparison with sequencing data sets and to
        avoid confusion
      o In atlas1006 data set, only a single replicate per subject-time
        combination is chosen (at random)
      o New function collapse_replicates has been added
    # Major changes
      o Abundance matrices (otu tables) for all example data sets now
        starting from 0 without pseudocount
    # Minor changes
      o Changed the default for the detection argument in the richness function to
        detection=0
      o Color order in plot_landscape legend now follows the factor levels
        of the col argument
      o Various minor fixes; see github commits for many more details
* checking R 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 startup messages can be suppressed ... 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 files in 'vignettes' ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
         user system elapsed
overlap 13.23      0   13.25
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
  Running 'testthat.R'
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 NOTE
See
  'F:/biocbuild/bbs-3.17-bioc/meat/microbiome.Rcheck/00check.log'
for details.



Installation output

microbiome.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL microbiome
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.17-bioc/R/library'
* installing *source* package 'microbiome' ...
** 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 (microbiome)

Tests output

microbiome.Rcheck/tests/testthat.Rout


R version 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

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)
> test_check("microbiome")
Loading required package: microbiome
Loading required package: phyloseq
Loading required package: ggplot2

microbiome R package (microbiome.github.com)
    


 Copyright (C) 2011-2022 Leo Lahti, 
    Sudarshan Shetty et al. <microbiome.github.io>


Attaching package: 'microbiome'

The following object is masked from 'package:ggplot2':

    alpha

The following object is masked from 'package:base':

    transform

[ FAIL 0 | WARN 3 | SKIP 1 | PASS 83 ]

══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On Bioconductor (1): 'test_divergence.R:5:3'

[ FAIL 0 | WARN 3 | SKIP 1 | PASS 83 ]
> 
> proc.time()
   user  system elapsed 
  10.92    0.95   11.89 

Example timings

microbiome.Rcheck/microbiome-Ex.timings

nameusersystemelapsed
TibbleUtilites0.180.000.20
abundances0.020.000.02
add_besthit000
add_refseq000
aggregate_rare0.840.020.86
aggregate_taxa0.080.000.08
alpha0.000.010.01
associate0.030.020.05
baseline0.030.000.03
bimodality000
bimodality_sarle000
boxplot_abundance0.100.000.09
boxplot_alpha0.300.020.32
chunk_reorder000
cmat2table0.060.010.08
collapse_replicates0.040.000.04
core0.050.000.05
core_abundance0.050.000.05
core_matrix000
core_members0.010.000.01
coverage0.020.000.02
default_colors000
densityplot000
divergence0.390.030.42
diversity0.010.020.04
dominance0.020.000.01
dominant0.000.010.02
estimate_stability000
evenness000
find_optima000
gktau0.010.000.01
group_age0.020.000.02
group_bmi000
heat0.060.000.06
hotplot0.20.00.2
inequality0.030.000.03
intermediate_stability0.380.000.38
is_compositional0.040.000.04
log_modulo_skewness0.160.000.16
low_abundance0.020.000.02
map_levels0.040.000.04
merge_taxa20.020.000.02
meta0.000.020.01
microbiome-package0.010.000.02
multimodality000
neat0.050.010.06
neatsort0.130.000.13
overlap13.23 0.0013.25
plot_atlas0.030.000.03
plot_composition0.180.000.19
plot_core0.070.000.06
plot_density0.030.000.04
plot_frequencies0.010.020.03
plot_landscape0.740.020.75
plot_regression0.140.000.14
plot_taxa_prevalence0.230.000.23
plot_tipping0.110.000.11
potential_analysis0.070.000.06
potential_univariate000
prevalence0.010.000.02
psmelt20.080.000.08
quiet000
rare0.000.010.01
rare_abundance0.050.000.05
rare_members0.010.000.02
rarity0.060.000.06
read_biom2phyloseq000
read_csv2phyloseq000
read_mothur2phyloseq000
read_phyloseq000
readcount0.020.000.01
remove_samples0.020.000.02
remove_taxa0.010.000.01
richness0.020.000.02
spreadplot0.040.020.06
summarize_phyloseq0.020.000.02
taxa0.010.000.01
time_normalize0.040.000.04
time_sort0.110.000.10
timesplit0.090.000.10
top0.010.000.01
top_taxa0.020.000.02
transform0.330.010.34
ztransform000