| Back to Multiple platform build/check report for BioC 3.16: simplified long |
|
This page was generated on 2023-04-12 11:05:35 -0400 (Wed, 12 Apr 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 20.04.5 LTS) | x86_64 | 4.2.3 (2023-03-15) -- "Shortstop Beagle" | 4502 |
| palomino4 | Windows Server 2022 Datacenter | x64 | 4.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" | 4282 |
| lconway | macOS 12.5.1 Monterey | x86_64 | 4.2.3 (2023-03-15) -- "Shortstop Beagle" | 4310 |
| 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 GRaNIE package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GRaNIE.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 852/2183 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| GRaNIE 1.2.7 (landing page) Christian Arnold
| nebbiolo2 | Linux (Ubuntu 20.04.5 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
| palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
| lconway | macOS 12.5.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
| Package: GRaNIE |
| Version: 1.2.7 |
| Command: F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:GRaNIE.install-out.txt --library=F:\biocbuild\bbs-3.16-bioc\R\library --no-vignettes --timings GRaNIE_1.2.7.tar.gz |
| StartedAt: 2023-04-11 02:06:21 -0400 (Tue, 11 Apr 2023) |
| EndedAt: 2023-04-11 02:11:14 -0400 (Tue, 11 Apr 2023) |
| EllapsedTime: 293.9 seconds |
| RetCode: 0 |
| Status: WARNINGS |
| CheckDir: GRaNIE.Rcheck |
| Warnings: 4 |
##############################################################################
##############################################################################
###
### Running command:
###
### F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:GRaNIE.install-out.txt --library=F:\biocbuild\bbs-3.16-bioc\R\library --no-vignettes --timings GRaNIE_1.2.7.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'F:/biocbuild/bbs-3.16-bioc/meat/GRaNIE.Rcheck'
* using R version 4.2.3 (2023-03-15 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'GRaNIE/DESCRIPTION' ... OK
* this is package 'GRaNIE' version '1.2.7'
* 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 'GRaNIE' can be installed ... WARNING
Found the following significant warnings:
Warning: replacing previous import 'GenomicRanges::windows' by 'grDevices::windows' when loading 'GRaNIE'
See 'F:/biocbuild/bbs-3.16-bioc/meat/GRaNIE.Rcheck/00install.out' for details.
* 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
.getFinalListOfTFs: no visible binding for global variable
'external_gene_name'
.getFinalListOfTFs: no visible binding for global variable
'ensembl_gene_id'
.getFinalListOfTFs: no visible binding for global variable 'SYMBOL'
.makeObjectCompatible: no visible binding for global variable 'TF.name'
.performIHW: no visible binding for global variable 'adj_pvalue'
.printGene: no visible binding for global variable 'gene.ENSEMBL'
.printTF: no visible binding for global variable 'TF.ID'
getGRNSummary: no visible binding for global variable 'pval'
Undefined global functions or variables:
SYMBOL TF.ID TF.name adj_pvalue ensembl_gene_id external_gene_name
gene.ENSEMBL pval
* checking Rd files ... OK
* checking Rd metadata ... WARNING
Rd files with duplicated name 'nGenes':
'genes-methods.Rd' 'nGenes.Rd'
Rd files with duplicated name 'nPeaks':
'nPeaks.Rd' 'peaks-methods.Rd'
Rd files with duplicated alias 'genes':
'genes-methods.Rd' 'nGenes.Rd'
Rd files with duplicated alias 'nGenes':
'genes-methods.Rd' 'nGenes.Rd'
Rd files with duplicated alias 'nPeaks':
'nPeaks.Rd' 'peaks-methods.Rd'
Rd files with duplicated alias 'peaks':
'nPeaks.Rd' 'peaks-methods.Rd'
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Functions or methods with usage in documentation object 'installSuggestedPackages' but not in code:
'installSuggestedPackages'
* checking Rd \usage sections ... WARNING
Documented arguments not in \usage in documentation object 'plotCorrelations':
'peak_gene_max_adjP'
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
* 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
generateStatsSummary 7.00 0.20 7.65
addConnections_TF_peak 5.08 1.23 7.64
* 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: 4 WARNINGs, 1 NOTE
See
'F:/biocbuild/bbs-3.16-bioc/meat/GRaNIE.Rcheck/00check.log'
for details.
GRaNIE.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD INSTALL GRaNIE ### ############################################################################## ############################################################################## * installing to library 'F:/biocbuild/bbs-3.16-bioc/R/library' * installing *source* package 'GRaNIE' ... ** using staged installation ** R ** byte-compile and prepare package for lazy loading Warning: replacing previous import 'GenomicRanges::windows' by 'grDevices::windows' when loading 'GRaNIE' ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Warning: replacing previous import 'GenomicRanges::windows' by 'grDevices::windows' when loading 'GRaNIE' ** testing if installed package can be loaded from final location Warning: replacing previous import 'GenomicRanges::windows' by 'grDevices::windows' when loading 'GRaNIE' ** testing if installed package keeps a record of temporary installation path * DONE (GRaNIE)
GRaNIE.Rcheck/GRaNIE-Ex.timings
| name | user | system | elapsed | |
| AR_classification_wrapper | 0 | 0 | 0 | |
| addConnections_TF_peak | 5.08 | 1.23 | 7.64 | |
| addConnections_peak_gene | 2.15 | 0.03 | 2.72 | |
| addData | 0 | 0 | 0 | |
| addTFBS | 0 | 0 | 0 | |
| add_TF_gene_correlation | 1.45 | 0.01 | 1.94 | |
| add_featureVariation | 0 | 0 | 0 | |
| build_eGRN_graph | 1.54 | 0.03 | 2.00 | |
| calculateCommunitiesEnrichment | 2.98 | 0.11 | 3.82 | |
| calculateCommunitiesStats | 1.50 | 0.09 | 2.03 | |
| calculateGeneralEnrichment | 1.80 | 0.06 | 2.31 | |
| calculateTFEnrichment | 2.48 | 0.07 | 2.98 | |
| changeOutputDirectory | 1.52 | 0.04 | 2.02 | |
| deleteIntermediateData | 1.54 | 0.07 | 2.06 | |
| filterData | 2.69 | 0.06 | 3.19 | |
| filterGRNAndConnectGenes | 1.69 | 0.05 | 2.19 | |
| generateStatsSummary | 7.00 | 0.20 | 7.65 | |
| genes-methods | 1.44 | 0.08 | 2.00 | |
| getCounts | 2.32 | 0.11 | 2.86 | |
| getGRNConnections | 1.46 | 0.06 | 1.97 | |
| getGRNSummary | 2.00 | 0.11 | 2.56 | |
| getParameters | 1.48 | 0.06 | 1.98 | |
| getTopNodes | 1.58 | 0.13 | 2.19 | |
| initializeGRN | 0.03 | 0.00 | 0.03 | |
| installSuggestedPackages | 0 | 0 | 0 | |
| loadExampleObject | 1.49 | 0.11 | 2.03 | |
| nGenes | 2.11 | 0.04 | 2.63 | |
| nPeaks | 1.45 | 0.03 | 1.93 | |
| nTFs | 1.47 | 0.08 | 1.99 | |
| overlapPeaksAndTFBS | 1.53 | 0.13 | 2.12 | |
| peaks-methods | 1.44 | 0.09 | 1.97 | |
| performAllNetworkAnalyses | 0 | 0 | 0 | |
| plotCommunitiesEnrichment | 2.93 | 0.20 | 3.81 | |
| plotCommunitiesStats | 3.58 | 0.11 | 4.17 | |
| plotCorrelations | 1.89 | 0.09 | 2.52 | |
| plotDiagnosticPlots_TFPeaks | 3.16 | 0.10 | 3.78 | |
| plotDiagnosticPlots_peakGene | 4.20 | 0.17 | 4.95 | |
| plotGeneralEnrichment | 2.78 | 0.08 | 3.39 | |
| plotGeneralGraphStats | 2.64 | 0.04 | 3.22 | |
| plotPCA_all | 4.13 | 0.17 | 4.77 | |
| plotTFEnrichment | 2.72 | 0.02 | 3.23 | |
| plot_stats_connectionSummary | 2.25 | 0.06 | 2.99 | |
| visualizeGRN | 2.53 | 0.10 | 3.11 | |