Back to Multiple platform build/check report for BioC 3.11 |
|
This page was generated on 2020-10-17 11:58:33 -0400 (Sat, 17 Oct 2020).
TO THE DEVELOPERS/MAINTAINERS OF THE GeneTonic PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 697/1905 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
GeneTonic 1.0.1 Federico Marini
| malbec2 | Linux (Ubuntu 18.04.4 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: GeneTonic |
Version: 1.0.1 |
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:GeneTonic.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings GeneTonic_1.0.1.tar.gz |
StartedAt: 2020-10-17 01:29:01 -0400 (Sat, 17 Oct 2020) |
EndedAt: 2020-10-17 01:39:35 -0400 (Sat, 17 Oct 2020) |
EllapsedTime: 634.6 seconds |
RetCode: 0 |
Status: OK |
CheckDir: GeneTonic.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:GeneTonic.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings GeneTonic_1.0.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.11-bioc/meat/GeneTonic.Rcheck’ * using R version 4.0.3 (2020-10-10) * using platform: x86_64-apple-darwin17.0 (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘GeneTonic/DESCRIPTION’ ... OK * this is package ‘GeneTonic’ version ‘1.0.1’ * 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 ‘GeneTonic’ 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 gs_mds 10.019 0.617 10.645 gs_heatmap 8.829 0.331 9.165 ggs_graph 8.588 0.191 8.790 gs_scores 7.667 0.267 7.937 GeneTonic 7.085 0.273 7.364 enhance_table 6.637 0.189 6.834 gs_scoresheat 6.338 0.182 6.531 gs_dendro 6.173 0.279 6.455 create_kappa_matrix 5.344 0.687 6.036 gs_alluvial 5.469 0.285 5.766 gene_plot 5.480 0.180 5.664 gs_summary_heat 5.216 0.198 5.417 checkup_GeneTonic 5.066 0.203 5.272 gs_radar 4.853 0.342 5.226 gs_horizon 5.045 0.148 5.206 happy_hour 4.968 0.114 5.093 gs_volcano 4.902 0.152 5.057 * 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: OK
GeneTonic.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL GeneTonic ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library’ * installing *source* package ‘GeneTonic’ ... ** 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 (GeneTonic)
GeneTonic.Rcheck/tests/testthat.Rout
R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out" Copyright (C) 2020 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(GeneTonic) > > test_check("GeneTonic") --- Loading packages... - Done! --- Generating objects for the testing setup... using counts and average transcript lengths from tximeta 'select()' returned 1:many mapping between keys and columns estimating size factors using 'avgTxLength' from assays(dds), correcting for library size estimating dispersions gene-wise dispersion estimates mean-dispersion relationship final dispersion estimates fitting model and testing - Done! --- Running enrichGO... Found 500 gene sets in `topGOtableResult` object. Converting for usage in GeneTonic... - Done! --- Test setup script completed! ══ testthat results ═══════════════════════════════════════════════════════════ [ OK: 120 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ] > > proc.time() user system elapsed 188.252 8.844 197.849
GeneTonic.Rcheck/GeneTonic-Ex.timings
name | user | system | elapsed | |
GeneTonic | 7.085 | 0.273 | 7.364 | |
check_colors | 0.020 | 0.003 | 0.022 | |
checkup_GeneTonic | 5.066 | 0.203 | 5.272 | |
create_jaccard_matrix | 1.924 | 0.110 | 2.035 | |
create_kappa_matrix | 5.344 | 0.687 | 6.036 | |
deseqresult2df | 0.199 | 0.004 | 0.203 | |
enhance_table | 6.637 | 0.189 | 6.834 | |
enrichment_map | 4.769 | 0.153 | 4.925 | |
gene_plot | 5.480 | 0.180 | 5.664 | |
geneinfo_2_html | 0.010 | 0.000 | 0.011 | |
get_aggrscores | 4.733 | 0.158 | 4.894 | |
get_expression_values | 3.803 | 0.208 | 4.013 | |
ggs_graph | 8.588 | 0.191 | 8.790 | |
go_2_html | 0.044 | 0.001 | 0.044 | |
gs_alluvial | 5.469 | 0.285 | 5.766 | |
gs_dendro | 6.173 | 0.279 | 6.455 | |
gs_heatmap | 8.829 | 0.331 | 9.165 | |
gs_horizon | 5.045 | 0.148 | 5.206 | |
gs_mds | 10.019 | 0.617 | 10.645 | |
gs_radar | 4.853 | 0.342 | 5.226 | |
gs_scores | 7.667 | 0.267 | 7.937 | |
gs_scoresheat | 6.338 | 0.182 | 6.531 | |
gs_simplify | 2.304 | 0.055 | 2.361 | |
gs_summary_heat | 5.216 | 0.198 | 5.417 | |
gs_summary_overview | 4.374 | 0.113 | 4.493 | |
gs_summary_overview_pair | 4.626 | 0.146 | 4.782 | |
gs_volcano | 4.902 | 0.152 | 5.057 | |
happy_hour | 4.968 | 0.114 | 5.093 | |
map2color | 0.037 | 0.002 | 0.040 | |
overlap_coefficient | 0.000 | 0.000 | 0.002 | |
overlap_jaccard_index | 0 | 0 | 0 | |
shake_enrichResult | 2.503 | 0.056 | 2.561 | |
shake_topGOtableResult | 0.010 | 0.001 | 0.011 | |
styleColorBar_divergent | 0.397 | 0.041 | 0.441 | |