| Back to Multiple platform build/check report for BioC 3.12 |
|
This page was generated on 2021-05-06 12:27:42 -0400 (Thu, 06 May 2021).
|
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 705/1974 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| GeneTonic 1.2.0 (landing page) Federico Marini
| malbec1 | Linux (Ubuntu 18.04.5 LTS) / x86_64 | OK | OK | OK | |||||||||
| tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
| merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
| Package: GeneTonic |
| Version: 1.2.0 |
| Command: /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD check --install=check:GeneTonic.install-out.txt --library=/home/biocbuild/bbs-3.12-bioc/R/library --no-vignettes --timings GeneTonic_1.2.0.tar.gz |
| StartedAt: 2021-05-06 01:52:24 -0400 (Thu, 06 May 2021) |
| EndedAt: 2021-05-06 02:01:27 -0400 (Thu, 06 May 2021) |
| EllapsedTime: 543.2 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: GeneTonic.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD check --install=check:GeneTonic.install-out.txt --library=/home/biocbuild/bbs-3.12-bioc/R/library --no-vignettes --timings GeneTonic_1.2.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.12-bioc/meat/GeneTonic.Rcheck’
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘GeneTonic/DESCRIPTION’ ... OK
* this is package ‘GeneTonic’ version ‘1.2.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 ‘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 9.192 0.068 9.275
ggs_graph 9.144 0.104 9.254
gs_scoresheat 7.800 0.096 7.908
gs_heatmap 7.752 0.072 7.852
GeneTonic 7.636 0.172 7.904
gs_dendro 6.656 0.032 6.694
gs_scores 5.880 0.068 5.961
gs_radar 5.264 0.068 5.360
gs_horizon 5.076 0.016 5.110
* 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: ### ### /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD INSTALL GeneTonic ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.12-bioc/R/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.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (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!
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 173 ]
>
> proc.time()
user system elapsed
154.420 1.924 156.872
GeneTonic.Rcheck/GeneTonic-Ex.timings
| name | user | system | elapsed | |
| GeneTonic | 7.636 | 0.172 | 7.904 | |
| check_colors | 0.016 | 0.000 | 0.016 | |
| checkup_GeneTonic | 3.976 | 0.120 | 4.102 | |
| cluster_markov | 0.084 | 0.000 | 0.084 | |
| create_jaccard_matrix | 0.94 | 0.00 | 0.94 | |
| create_kappa_matrix | 4.136 | 0.020 | 4.158 | |
| deseqresult2df | 0.248 | 0.000 | 0.251 | |
| distill_enrichment | 4.824 | 0.068 | 4.896 | |
| enhance_table | 4.708 | 0.076 | 4.788 | |
| enrichment_map | 3.992 | 0.024 | 4.026 | |
| export_for_iSEE | 4.292 | 0.060 | 4.353 | |
| export_to_sif | 0.02 | 0.00 | 0.02 | |
| gene_plot | 4.252 | 0.048 | 4.303 | |
| geneinfo_2_html | 0.008 | 0.000 | 0.007 | |
| get_aggrscores | 4.760 | 0.056 | 4.824 | |
| get_expression_values | 4.092 | 0.052 | 4.152 | |
| ggs_graph | 9.144 | 0.104 | 9.254 | |
| go_2_html | 0.020 | 0.000 | 0.024 | |
| gs_alluvial | 3.828 | 0.060 | 4.061 | |
| gs_dendro | 6.656 | 0.032 | 6.694 | |
| gs_heatmap | 7.752 | 0.072 | 7.852 | |
| gs_horizon | 5.076 | 0.016 | 5.110 | |
| gs_mds | 9.192 | 0.068 | 9.275 | |
| gs_radar | 5.264 | 0.068 | 5.360 | |
| gs_scores | 5.880 | 0.068 | 5.961 | |
| gs_scoresheat | 7.800 | 0.096 | 7.908 | |
| gs_simplify | 1.552 | 0.000 | 1.556 | |
| gs_summary_heat | 4.584 | 0.040 | 4.635 | |
| gs_summary_overview | 4.152 | 0.020 | 4.176 | |
| gs_summary_overview_pair | 4.512 | 0.052 | 4.568 | |
| gs_volcano | 3.904 | 0.084 | 3.996 | |
| happy_hour | 4.064 | 0.024 | 4.095 | |
| map2color | 0.016 | 0.000 | 0.017 | |
| overlap_coefficient | 0.000 | 0.000 | 0.001 | |
| overlap_jaccard_index | 0 | 0 | 0 | |
| shake_davidResult | 0.020 | 0.000 | 0.026 | |
| shake_enrichResult | 1.996 | 0.024 | 2.022 | |
| shake_enrichrResult | 0.056 | 0.000 | 0.062 | |
| shake_fgseaResult | 0.156 | 0.000 | 0.155 | |
| shake_gprofilerResult | 0.096 | 0.000 | 0.103 | |
| shake_topGOtableResult | 0.004 | 0.000 | 0.007 | |
| styleColorBar_divergent | 0.316 | 0.012 | 0.393 | |