| Back to Multiple platform build/check report for BioC 3.13 |
|
This page was generated on 2021-10-15 15:06:42 -0400 (Fri, 15 Oct 2021).
|
To the developers/maintainers of the MicrobiotaProcess package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/MicrobiotaProcess.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 1130/2041 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| MicrobiotaProcess 1.4.4 (landing page) Shuangbin Xu
| nebbiolo1 | Linux (Ubuntu 20.04.2 LTS) / x86_64 | OK | OK | OK | |||||||||
| tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
| machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
| Package: MicrobiotaProcess |
| Version: 1.4.4 |
| Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:MicrobiotaProcess.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings MicrobiotaProcess_1.4.4.tar.gz |
| StartedAt: 2021-10-14 21:07:23 -0400 (Thu, 14 Oct 2021) |
| EndedAt: 2021-10-14 21:14:05 -0400 (Thu, 14 Oct 2021) |
| EllapsedTime: 402.0 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: MicrobiotaProcess.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:MicrobiotaProcess.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings MicrobiotaProcess_1.4.4.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.13-bioc/meat/MicrobiotaProcess.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘MicrobiotaProcess/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘MicrobiotaProcess’ version ‘1.4.4’
* 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 ... NOTE
Found the following hidden files and directories:
.git_fetch_output.txt
.git_merge_output.txt
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘MicrobiotaProcess’ 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 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 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
mp_cal_rarecurve-methods 12.626 0.083 12.738
mp_cal_abundance-methods 7.755 0.047 7.843
mp_diff_analysis-methods 6.097 0.017 6.118
ImportQiime2 4.908 0.156 5.071
* 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.13-bioc/meat/MicrobiotaProcess.Rcheck/00check.log’
for details.
MicrobiotaProcess.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL MicrobiotaProcess ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library’ * installing *source* package ‘MicrobiotaProcess’ ... ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading Creating a generic function for ‘rownames<-’ from package ‘base’ in package ‘MicrobiotaProcess’ ** 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 (MicrobiotaProcess)
MicrobiotaProcess.Rcheck/tests/testthat.Rout
R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (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")
> library("MicrobiotaProcess")
Attaching package: 'MicrobiotaProcess'
The following object is masked from 'package:stats':
filter
> test_check("MicrobiotaProcess")
Processing map file...
Processing otu/tax file...
Reading file into memory prior to parsing...
Detecting first header line...
Header is on line 2
Converting input file to a table...
Defining OTU table...
Parsing taxonomy table...
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 12 ]
>
> proc.time()
user system elapsed
30.723 0.929 31.658
MicrobiotaProcess.Rcheck/MicrobiotaProcess-Ex.timings
| name | user | system | elapsed | |
| ImportDada2 | 2.255 | 0.037 | 2.295 | |
| ImportQiime2 | 4.908 | 0.156 | 5.071 | |
| as.MPSE | 1.506 | 0.073 | 1.584 | |
| as.treedata | 0.861 | 0.003 | 0.870 | |
| build_tree | 0.000 | 0.000 | 0.001 | |
| convert_to_treedata | 0 | 0 | 0 | |
| data-hmp_aerobiosis_small | 0.013 | 0.002 | 0.015 | |
| data-kostic2012crc | 0.138 | 0.009 | 0.148 | |
| data-test_otu_data | 0.002 | 0.002 | 0.004 | |
| diff_analysis | 0.000 | 0.000 | 0.001 | |
| dr_extract | 0.001 | 0.000 | 0.001 | |
| drop_taxa | 0.001 | 0.001 | 0.001 | |
| generalizedFC | 0.006 | 0.001 | 0.007 | |
| get_alltaxadf | 0 | 0 | 0 | |
| get_alphaindex | 0.001 | 0.000 | 0.001 | |
| get_clust | 0.000 | 0.001 | 0.000 | |
| get_coord | 0.000 | 0.001 | 0.000 | |
| get_count | 0 | 0 | 0 | |
| get_dist | 0.000 | 0.000 | 0.001 | |
| get_mean_median | 0.000 | 0.000 | 0.001 | |
| get_pca | 0.000 | 0.000 | 0.001 | |
| get_pcoa | 0.000 | 0.001 | 0.000 | |
| get_pvalue | 0.102 | 0.002 | 0.105 | |
| get_rarecurve | 0 | 0 | 0 | |
| get_sampledflist | 0.000 | 0.001 | 0.000 | |
| get_taxadf | 0.000 | 0.001 | 0.000 | |
| get_upset | 0.000 | 0.001 | 0.001 | |
| get_varct | 0 | 0 | 0 | |
| get_vennlist | 0.000 | 0.000 | 0.001 | |
| ggbartax | 0.000 | 0.000 | 0.001 | |
| ggbox | 0.000 | 0.001 | 0.001 | |
| ggclust | 0.000 | 0.001 | 0.000 | |
| ggdiffbox | 0.000 | 0.000 | 0.001 | |
| ggdiffclade | 0.000 | 0.000 | 0.001 | |
| ggdifftaxbar | 0.000 | 0.001 | 0.000 | |
| ggeffectsize | 0.000 | 0.000 | 0.001 | |
| ggordpoint | 0 | 0 | 0 | |
| ggrarecurve | 0.001 | 0.000 | 0.000 | |
| mp_adonis-methods | 0.264 | 0.009 | 0.273 | |
| mp_aggregate-methods | 0.001 | 0.001 | 0.001 | |
| mp_anosim-methods | 1.911 | 0.035 | 1.951 | |
| mp_cal_abundance-methods | 7.755 | 0.047 | 7.843 | |
| mp_cal_alpha-methods | 1.575 | 0.024 | 1.601 | |
| mp_cal_cca-methods | 1.032 | 0.008 | 1.042 | |
| mp_cal_clust-methods | 0.752 | 0.013 | 0.767 | |
| mp_cal_dist-methods | 1.210 | 0.006 | 1.218 | |
| mp_cal_nmds-methods | 0.417 | 0.007 | 0.425 | |
| mp_cal_pca-methods | 1.863 | 0.011 | 1.875 | |
| mp_cal_pcoa-methods | 1.029 | 0.004 | 1.034 | |
| mp_cal_rarecurve-methods | 12.626 | 0.083 | 12.738 | |
| mp_cal_rda-methods | 0.865 | 0.009 | 0.931 | |
| mp_cal_upset-methods | 1.340 | 0.015 | 1.357 | |
| mp_cal_venn-methods | 1.813 | 0.073 | 2.160 | |
| mp_decostand-methods | 0.545 | 0.007 | 0.553 | |
| mp_diff_analysis-methods | 6.097 | 0.017 | 6.118 | |
| mp_envfit-methods | 2.675 | 0.063 | 2.741 | |
| mp_filter_taxa-methods | 1.304 | 0.010 | 1.314 | |
| mp_import_metaphlan | 4.335 | 0.019 | 4.362 | |
| mp_mantel-methods | 0.497 | 0.008 | 0.506 | |
| mp_mrpp-methods | 0.332 | 0.005 | 0.337 | |
| mp_plot_abundance-methods | 0.000 | 0.001 | 0.001 | |
| mp_plot_alpha-methods | 0.000 | 0.001 | 0.001 | |
| mp_plot_dist-methods | 0.000 | 0.001 | 0.000 | |
| mp_plot_ord-methods | 0.000 | 0.001 | 0.001 | |
| mp_plot_rarecurve-methods | 0.000 | 0.001 | 0.000 | |
| mp_plot_upset-methods | 0.000 | 0.000 | 0.001 | |
| mp_plot_venn-methods | 0 | 0 | 0 | |
| mp_rrarefy-methods | 0.478 | 0.004 | 0.484 | |
| mp_stat_taxa-methods | 0.875 | 0.010 | 0.889 | |
| multi_compare | 0.014 | 0.002 | 0.016 | |
| read_qza | 0.000 | 0.000 | 0.001 | |
| show-methods | 0.000 | 0.001 | 0.001 | |
| split_data | 0.004 | 0.002 | 0.005 | |
| split_str_to_list | 0 | 0 | 0 | |
| theme_taxbar | 0 | 0 | 0 | |