| Back to Build/check report for BioC 3.17 |
|
This page was generated on 2023-01-02 09:00:46 -0500 (Mon, 02 Jan 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| palomino5 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2022-12-25 r83502 ucrt) -- "Unsuffered Consequences" | 4165 |
| 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 | ||||
|
To the developers/maintainers of the ReactomeGSA package: Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 1610/2158 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| ReactomeGSA 1.13.0 (landing page) Johannes Griss
| palomino5 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | ||||||||
| Package: ReactomeGSA |
| Version: 1.13.0 |
| Command: F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:ReactomeGSA.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings ReactomeGSA_1.13.0.tar.gz |
| StartedAt: 2022-12-29 02:41:43 -0500 (Thu, 29 Dec 2022) |
| EndedAt: 2022-12-29 02:55:32 -0500 (Thu, 29 Dec 2022) |
| EllapsedTime: 828.7 seconds |
| RetCode: 0 |
| Status: WARNINGS |
| CheckDir: ReactomeGSA.Rcheck |
| Warnings: 1 |
##############################################################################
##############################################################################
###
### Running command:
###
### F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:ReactomeGSA.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings ReactomeGSA_1.13.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'F:/biocbuild/bbs-3.17-bioc-rtools43/meat/ReactomeGSA.Rcheck'
* using R Under development (unstable) (2022-12-25 r83502 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* R was compiled by
gcc.exe (GCC) 10.4.0
GNU Fortran (GCC) 10.4.0
* running under: Windows Server x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'ReactomeGSA/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'ReactomeGSA' version '1.13.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 whether package 'ReactomeGSA' 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 ... NOTE
plot_correlations,ReactomeAnalysisResult: no visible binding for global
variable 'combined_sig'
plot_correlations,ReactomeAnalysisResult: no visible binding for global
variable 'alpha'
plot_gsva_pathway,ReactomeAnalysisResult: no visible binding for global
variable 'cluster_id'
plot_gsva_pathway,ReactomeAnalysisResult: no visible binding for global
variable 'expr'
plot_gsva_pca,ReactomeAnalysisResult: no visible binding for global
variable 'gsva_result'
plot_gsva_pca,ReactomeAnalysisResult: no visible binding for global
variable 'PC1'
plot_gsva_pca,ReactomeAnalysisResult: no visible binding for global
variable 'PC2'
plot_heatmap,ReactomeAnalysisResult: no visible global function
definition for 'desc'
plot_heatmap,ReactomeAnalysisResult: no visible binding for global
variable 'n_sig'
plot_heatmap,ReactomeAnalysisResult: no visible binding for global
variable 'dataset'
plot_heatmap,ReactomeAnalysisResult: no visible binding for global
variable 'Name'
plot_volcano,ReactomeAnalysisResult: no visible binding for global
variable 'av_foldchange'
plot_volcano,ReactomeAnalysisResult: no visible binding for global
variable 'FDR'
Undefined global functions or variables:
FDR Name PC1 PC2 alpha av_foldchange cluster_id combined_sig dataset
desc expr gsva_result n_sig
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'plot_heatmap,ReactomeAnalysisResult-method':
\S4method{plot_heatmap}{ReactomeAnalysisResult}
Code: function(x, fdr = 0.01, max_pathways = 30, break_long_names =
TRUE, return_data = FALSE)
Docs: function(x, fdr = 0.05, max_pathways = 30, break_long_names =
TRUE, return_data = FALSE)
Mismatches in argument default values:
Name: 'fdr' Code: 0.01 Docs: 0.05
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in 'vignettes' ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
analyse_sc_clusters-Seurat-method 26.11 1.99 86.87
analyse_sc_clusters 25.12 1.60 80.51
analyse_sc_clusters-SingleCellExperiment-method 24.75 1.97 85.38
plot_gsva_pathway 25.39 1.33 83.53
plot_gsva_heatmap 24.71 1.47 84.18
plot_gsva_pca-ReactomeAnalysisResult-method 24.53 1.34 79.61
plot_gsva_pathway-ReactomeAnalysisResult-method 24.52 1.30 81.47
plot_gsva_pca 24.51 1.02 80.40
plot_gsva_heatmap-ReactomeAnalysisResult-method 24.30 1.11 81.86
perform_reactome_analysis 1.61 0.19 18.40
* 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 WARNING, 1 NOTE
See
'F:/biocbuild/bbs-3.17-bioc-rtools43/meat/ReactomeGSA.Rcheck/00check.log'
for details.
ReactomeGSA.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL ReactomeGSA ### ############################################################################## ############################################################################## * installing to library 'F:/biocbuild/bbs-3.17-bioc/R/library' * installing *source* package 'ReactomeGSA' ... ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading in method for 'analyse_sc_clusters' with signature 'object="Seurat"': no definition for class "Seurat" in method for 'analyse_sc_clusters' with signature 'object="SingleCellExperiment"': no definition for class "SingleCellExperiment" in method for 'add_dataset' with signature 'request="ReactomeAnalysisRequest",expression_values="EList"': no definition for class "EList" in method for 'add_dataset' with signature 'request="ReactomeAnalysisRequest",expression_values="DGEList"': no definition for class "DGEList" in method for 'add_dataset' with signature 'request="ReactomeAnalysisRequest",expression_values="ExpressionSet"': no definition for class "ExpressionSet" ** 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 (ReactomeGSA)
ReactomeGSA.Rcheck/tests/testthat.Rout
R Under development (unstable) (2022-12-25 r83502 ucrt) -- "Unsuffered Consequences"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (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(ReactomeGSA)
>
> test_check("ReactomeGSA")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 17 ]
>
> proc.time()
user system elapsed
0.98 0.14 1.20
ReactomeGSA.Rcheck/ReactomeGSA-Ex.timings
| name | user | system | elapsed | |
| ReactomeAnalysisRequest | 3.33 | 0.42 | 3.78 | |
| ReactomeAnalysisResult-class | 1.47 | 0.00 | 1.49 | |
| add_dataset-ReactomeAnalysisRequest-DGEList-method | 0.64 | 0.00 | 0.64 | |
| add_dataset-ReactomeAnalysisRequest-EList-method | 0.82 | 0.07 | 0.88 | |
| add_dataset-ReactomeAnalysisRequest-ExpressionSet-method | 0.61 | 0.11 | 0.72 | |
| add_dataset-ReactomeAnalysisRequest-data.frame-method | 0.68 | 0.11 | 0.79 | |
| add_dataset-ReactomeAnalysisRequest-matrix-method | 0.57 | 0.12 | 0.69 | |
| add_dataset | 0.65 | 0.03 | 0.69 | |
| analyse_sc_clusters-Seurat-method | 26.11 | 1.99 | 86.87 | |
| analyse_sc_clusters-SingleCellExperiment-method | 24.75 | 1.97 | 85.38 | |
| analyse_sc_clusters | 25.12 | 1.60 | 80.51 | |
| get_reactome_data_types | 0.02 | 0.00 | 0.56 | |
| get_reactome_methods | 0.03 | 0.02 | 1.53 | |
| get_result-ReactomeAnalysisResult-method | 0.16 | 0.00 | 0.16 | |
| get_result | 0.14 | 0.00 | 0.14 | |
| names-ReactomeAnalysisResult-method | 0.07 | 0.05 | 0.13 | |
| open_reactome-ReactomeAnalysisResult-method | 0.13 | 0.00 | 0.13 | |
| open_reactome | 0.14 | 0.00 | 0.14 | |
| pathways-ReactomeAnalysisResult-method | 1.04 | 0.03 | 1.08 | |
| pathways | 1.33 | 0.03 | 1.36 | |
| perform_reactome_analysis | 1.61 | 0.19 | 18.40 | |
| plot_correlations-ReactomeAnalysisResult-method | 1.19 | 0.00 | 1.19 | |
| plot_correlations | 1.03 | 0.01 | 1.05 | |
| plot_gsva_heatmap-ReactomeAnalysisResult-method | 24.30 | 1.11 | 81.86 | |
| plot_gsva_heatmap | 24.71 | 1.47 | 84.18 | |
| plot_gsva_pathway-ReactomeAnalysisResult-method | 24.52 | 1.30 | 81.47 | |
| plot_gsva_pathway | 25.39 | 1.33 | 83.53 | |
| plot_gsva_pca-ReactomeAnalysisResult-method | 24.53 | 1.34 | 79.61 | |
| plot_gsva_pca | 24.51 | 1.02 | 80.40 | |
| plot_heatmap-ReactomeAnalysisResult-method | 1.36 | 0.00 | 1.37 | |
| plot_heatmap | 1.23 | 0.00 | 1.24 | |
| plot_volcano-ReactomeAnalysisResult-method | 0.16 | 0.01 | 0.17 | |
| plot_volcano | 0.14 | 0.02 | 0.16 | |
| print-ReactomeAnalysisRequest-method | 0 | 0 | 0 | |
| print-ReactomeAnalysisResult-method | 0.12 | 0.00 | 0.13 | |
| reactome_links-ReactomeAnalysisResult-method | 0.14 | 0.00 | 0.14 | |
| reactome_links | 0.14 | 0.00 | 0.14 | |
| result_types-ReactomeAnalysisResult-method | 0.13 | 0.01 | 0.14 | |
| result_types | 0.14 | 0.00 | 0.12 | |
| set_method-ReactomeAnalysisRequest-method | 0.00 | 0.02 | 0.02 | |
| set_method | 0.01 | 0.00 | 0.01 | |
| set_parameters-ReactomeAnalysisRequest-method | 0 | 0 | 0 | |
| set_parameters | 0 | 0 | 0 | |
| show-ReactomeAnalysisRequest-method | 0 | 0 | 0 | |
| show-ReactomeAnalysisResult-method | 0.16 | 0.00 | 0.16 | |