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

This page was generated on 2023-10-20 09:38:06 -0400 (Fri, 20 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson2macOS 12.6.1 Montereyarm644.3.1 (2023-06-16) -- "Beagle Scouts" 4347
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:07 -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)
kjohnson2macOS 12.6.1 Monterey / arm64  OK    OK    ERROR    OK  

CHECK results for microbiome on kjohnson2


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.22.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.22.0.tar.gz
StartedAt: 2023-10-18 07:10:35 -0400 (Wed, 18 Oct 2023)
EndedAt: 2023-10-18 07:16:23 -0400 (Wed, 18 Oct 2023)
EllapsedTime: 347.9 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.22.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/microbiome.Rcheck’
* using R version 4.3.1 (2023-06-16)
* 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 Monterey 12.6.7
* 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 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.501  1.258   30.03
* 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.17-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.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 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.2340.0150.378
abundances0.0070.0020.018
add_besthit000
add_refseq000
aggregate_rare0.4160.0090.656
aggregate_taxa0.5520.0070.846
alpha0.0140.0030.023
associate0.0420.0030.067
baseline0.0450.0030.069
bimodality0.0010.0000.001
bimodality_sarle000
boxplot_abundance0.0880.0060.139
boxplot_alpha0.4220.0220.678
chunk_reorder0.0010.0000.000
cmat2table0.0860.0110.154
collapse_replicates0.0740.0050.119
core0.0410.0030.072
core_abundance0.0370.0030.063
core_matrix000
core_members0.0090.0030.017
coverage0.0330.0040.059
default_colors0.0000.0000.001
densityplot0.0000.0010.001
divergence0.6570.0151.027
diversity0.0300.0030.051
dominance0.0110.0030.022
dominant0.0100.0030.019
estimate_stability0.0000.0000.001
evenness0.0080.0020.012
find_optima0.0010.0000.000
gktau0.0120.0020.023
group_age0.0240.0040.042
group_bmi0.0010.0000.001
heat0.0590.0030.094
hotplot0.2660.0090.424
inequality0.0460.0040.078
intermediate_stability0.5650.0080.876
is_compositional0.0680.0030.108
log_modulo_skewness0.1340.0050.217
low_abundance0.0140.0030.026
map_levels0.0520.0030.084
merge_taxa20.0270.0030.046
meta0.0070.0030.015
microbiome-package0.0110.0010.017
multimodality0.0000.0000.001
neat0.0830.0050.130
neatsort0.1590.0050.248
overlap18.501 1.25830.030
plot_atlas0.0520.0030.089
plot_composition0.2390.0070.374
plot_core0.0650.0060.110
plot_density0.0440.0040.073
plot_frequencies0.0270.0030.050
plot_landscape0.8230.0261.303
plot_regression0.1820.0070.286
plot_taxa_prevalence0.3040.0070.474
plot_tipping0.1440.0090.235
potential_analysis0.0390.0030.065
potential_univariate0.0010.0000.000
prevalence0.0120.0030.023
psmelt20.0920.0040.149
quiet000
rare0.0200.0030.034
rare_abundance0.0330.0030.056
rare_members0.0080.0020.017
rarity0.0740.0030.113
read_biom2phyloseq0.0000.0000.001
read_csv2phyloseq000
read_mothur2phyloseq000
read_phyloseq000
readcount0.0070.0020.015
remove_samples0.0150.0030.023
remove_taxa0.0180.0030.038
richness0.0100.0030.018
spreadplot0.0660.0040.105
summarize_phyloseq0.0170.0030.031
taxa0.0070.0030.016
time_normalize0.0360.0030.060
time_sort0.1350.0040.214
timesplit0.1340.0050.215
top0.0070.0030.015
top_taxa0.0070.0030.015
transform0.3320.0150.524
ztransform0.0000.0000.001