Back to Mac ARM64 build report for BioC 3.18
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2024-04-18 11:32:13 -0400 (Thu, 18 Apr 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.1 Venturaarm644.3.3 (2024-02-29) -- "Angel Food Cake" 4388
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-04-16 09:00:03 -0400 (Tue, 16 Apr 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)
kjohnson1macOS 13.6.1 Ventura / arm64  OK    OK    ERROR    OK  

CHECK results for microbiome on kjohnson1


To the developers/maintainers of the microbiome package:
- 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-04-17 19:21:54 -0400 (Wed, 17 Apr 2024)
EndedAt: 2024-04-17 19:25:44 -0400 (Wed, 17 Apr 2024)
EllapsedTime: 230.6 seconds
RetCode: 1
Status:   ERROR  
CheckDir: microbiome.Rcheck
Warnings: NA

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-mac-arm64/meat/microbiome.Rcheck’
* using R version 4.3.3 (2024-02-29)
* using platform: aarch64-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 Ventura 13.6.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 18.146   2.28  20.484
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  [ FAIL 1 | WARN 3 | SKIP 1 | PASS 82 ]
  
  ══ Skipped tests (1) ═══════════════════════════════════════════════════════════
  • On Bioconductor (1): 'test_divergence.R:5:3'
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure ('test_transformations.R:47:3'): transform works correctly ──────────
  ... < 1e-15 is not TRUE
  
  `actual`:   FALSE
  `expected`: TRUE 
  
  [ FAIL 1 | WARN 3 | SKIP 1 | PASS 82 ]
  Error: Test failures
  Execution halted
* 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 ERROR, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/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-arm64/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.fail


R version 4.3.3 (2024-02-29) -- "Angel Food Cake"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-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 1 | WARN 3 | SKIP 1 | PASS 82 ]

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

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_transformations.R:47:3'): transform works correctly ──────────
... < 1e-15 is not TRUE

`actual`:   FALSE
`expected`: TRUE 

[ FAIL 1 | WARN 3 | SKIP 1 | PASS 82 ]
Error: Test failures
Execution halted

Example timings

microbiome.Rcheck/microbiome-Ex.timings

nameusersystemelapsed
TibbleUtilites0.1810.0060.187
abundances0.0090.0020.011
add_besthit0.0000.0010.000
add_refseq000
aggregate_rare1.0700.0141.084
aggregate_taxa0.0870.0030.089
alpha0.0160.0030.017
associate0.0430.0030.046
baseline0.0490.0020.052
bimodality0.0020.0000.002
bimodality_sarle0.0000.0010.000
boxplot_abundance0.1060.0060.112
boxplot_alpha0.3570.0080.366
chunk_reorder0.0000.0010.001
cmat2table0.0610.0030.063
collapse_replicates0.0560.0040.060
core0.0420.0050.046
core_abundance0.0310.0050.036
core_matrix000
core_members0.0100.0020.013
coverage0.0510.0060.057
default_colors0.0000.0000.001
densityplot0.0010.0000.000
divergence0.4040.0070.411
diversity0.0130.0020.016
dominance0.0120.0020.014
dominant0.0120.0020.014
estimate_stability000
evenness0.0100.0020.011
find_optima000
gktau0.0170.0020.019
group_age0.0320.0030.035
group_bmi0.0010.0000.001
heat0.0580.0060.065
hotplot0.2470.0090.256
inequality0.0240.0020.027
intermediate_stability0.4470.0100.457
is_compositional0.0500.0020.052
log_modulo_skewness0.0820.0060.088
low_abundance0.0150.0030.018
map_levels0.0690.0040.073
merge_taxa20.0270.0020.028
meta0.0100.0020.011
microbiome-package0.0130.0020.015
multimodality000
neat0.0770.0040.080
neatsort0.1590.0040.163
overlap18.146 2.28020.484
plot_atlas0.0590.0020.062
plot_composition0.2390.0110.250
plot_core0.0590.0060.065
plot_density0.0380.0030.041
plot_frequencies0.0260.0030.028
plot_landscape0.9790.0631.042
plot_regression0.1630.0050.168
plot_taxa_prevalence0.3990.0120.411
plot_tipping0.1020.0040.105
potential_analysis0.0360.0020.038
potential_univariate000
prevalence0.0170.0020.018
psmelt20.0740.0050.079
quiet0.0000.0010.001
rare0.0200.0020.021
rare_abundance0.0290.0020.032
rare_members0.0100.0010.012
rarity0.0620.0040.067
read_biom2phyloseq0.0000.0010.000
read_csv2phyloseq000
read_mothur2phyloseq0.0000.0010.000
read_phyloseq000
readcount0.0090.0020.011
remove_samples0.0160.0020.018
remove_taxa0.0180.0020.019
richness0.0120.0020.014
spreadplot0.0600.0040.064
summarize_phyloseq0.0150.0020.018
taxa0.0080.0020.009
time_normalize0.0530.0050.058
time_sort0.1220.0020.124
timesplit0.1000.0030.102
top0.0100.0020.011
top_taxa0.0090.0020.010
transform0.3280.0210.348
ztransform0.0000.0000.001