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

This page was generated on 2024-03-29 11:37:56 -0400 (Fri, 29 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.3.3 (2024-02-29) -- "Angel Food Cake" 4669
palomino4Windows Server 2022 Datacenterx644.3.3 (2024-02-29 ucrt) -- "Angel Food Cake" 4404
merida1macOS 12.7.1 Montereyx86_644.3.3 (2024-02-29) -- "Angel Food Cake" 4427
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 1247/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
microbiome 1.24.0  (landing page)
Leo Lahti
Snapshot Date: 2024-03-27 14:05:05 -0400 (Wed, 27 Mar 2024)
git_url: https://git.bioconductor.org/packages/microbiome
git_branch: RELEASE_3_18
git_last_commit: 4e08c43
git_last_commit_date: 2023-10-24 10:59:09 -0400 (Tue, 24 Oct 2023)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.1 Ventura / arm64see weekly results here

CHECK results for microbiome on merida1


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.24.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:microbiome.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings microbiome_1.24.0.tar.gz
StartedAt: 2024-03-28 05:18:43 -0400 (Thu, 28 Mar 2024)
EndedAt: 2024-03-28 05:25:58 -0400 (Thu, 28 Mar 2024)
EllapsedTime: 435.5 seconds
RetCode: 0
Status:   OK  
CheckDir: microbiome.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:microbiome.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings microbiome_1.24.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.18-bioc/meat/microbiome.Rcheck’
* using R version 4.3.3 (2024-02-29)
* using platform: x86_64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.7.1
* 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.24.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 ‘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 38.722  3.416  47.515
* 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
  ‘/Users/biocbuild/bbs-3.18-bioc/meat/microbiome.Rcheck/00check.log’
for details.



Installation output

microbiome.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL microbiome
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/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.3 (2024-02-29) -- "Angel Food Cake"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20 (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 
 22.993   1.201  26.966 

Example timings

microbiome.Rcheck/microbiome-Ex.timings

nameusersystemelapsed
TibbleUtilites0.3880.0150.432
abundances0.0110.0020.015
add_besthit0.0000.0010.000
add_refseq0.0000.0010.001
aggregate_rare1.1880.0151.304
aggregate_taxa0.2080.0040.227
alpha0.0240.0050.030
associate0.0770.0040.085
baseline0.0630.0040.071
bimodality0.0020.0010.003
bimodality_sarle0.0000.0000.001
boxplot_abundance0.1440.0070.159
boxplot_alpha0.7590.0150.840
chunk_reorder0.0010.0010.002
cmat2table0.1560.0060.180
collapse_replicates0.0970.0100.117
core0.0730.0090.089
core_abundance0.0710.0120.095
core_matrix0.0000.0010.000
core_members0.0150.0030.019
coverage0.0960.0110.118
default_colors0.0000.0010.001
densityplot0.0000.0010.001
divergence1.1570.0261.292
diversity0.0240.0050.030
dominance0.0170.0050.028
dominant0.0180.0040.023
estimate_stability0.0000.0000.002
evenness0.0120.0040.016
find_optima0.0000.0000.001
gktau0.0190.0040.032
group_age0.0350.0050.080
group_bmi0.0010.0000.001
heat0.1330.0220.194
hotplot0.5180.0260.666
inequality0.0510.0090.070
intermediate_stability1.0870.0121.286
is_compositional0.1130.0030.129
log_modulo_skewness0.2170.0140.310
low_abundance0.0260.0050.035
map_levels0.1140.0080.153
merge_taxa20.0500.0030.062
meta0.0100.0030.017
microbiome-package0.0190.0020.033
multimodality0.0000.0000.001
neat0.1390.0060.173
neatsort0.2110.0080.261
overlap38.722 3.41647.515
plot_atlas0.0920.0050.114
plot_composition0.4690.0170.582
plot_core0.1270.0070.161
plot_density0.0790.0030.107
plot_frequencies0.0450.0030.064
plot_landscape1.4320.0371.783
plot_regression0.3100.0050.367
plot_taxa_prevalence0.9240.0101.126
plot_tipping0.2060.0040.258
potential_analysis0.0650.0030.078
potential_univariate0.0000.0010.001
prevalence0.0180.0030.024
psmelt20.1650.0050.195
quiet0.0010.0000.001
rare0.0370.0030.050
rare_abundance0.0630.0040.078
rare_members0.0150.0030.025
rarity0.1720.0050.258
read_biom2phyloseq0.0010.0000.001
read_csv2phyloseq0.0000.0010.001
read_mothur2phyloseq0.0000.0000.002
read_phyloseq0.0000.0000.001
readcount0.0110.0030.012
remove_samples0.0260.0020.051
remove_taxa0.0330.0030.069
richness0.0190.0030.046
spreadplot0.1270.0060.176
summarize_phyloseq0.0490.0070.070
taxa0.0100.0020.014
time_normalize0.0610.0030.075
time_sort0.3170.0060.351
timesplit0.2290.0040.242
top0.0130.0030.017
top_taxa0.0110.0030.013
transform0.5940.0340.724
ztransform000