Back to Multiple platform build/check report for BioC 3.17:   simplified   long
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-06-08 11:06:14 -0400 (Thu, 08 Jun 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.2 LTS)x86_644.3.0 RC (2023-04-13 r84269) -- "Already Tomorrow" 4628
palomino3Windows Server 2022 Datacenterx644.3.0 RC (2023-04-13 r84269 ucrt) -- "Already Tomorrow" 4379
merida1macOS 12.6.4 Montereyx86_644.3.0 RC (2023-04-13 r84257) -- "Already Tomorrow" 4385
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

CHECK results for GRaNIE on palomino3


To the developers/maintainers of the GRaNIE package:
- 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 Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results

Package 872/2229HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GRaNIE 1.4.0  (landing page)
Christian Arnold
Snapshot Date: 2023-06-07 14:00:16 -0400 (Wed, 07 Jun 2023)
git_url: https://git.bioconductor.org/packages/GRaNIE
git_branch: RELEASE_3_17
git_last_commit: bd963f7
git_last_commit_date: 2023-04-25 11:38:11 -0400 (Tue, 25 Apr 2023)
nebbiolo1Linux (Ubuntu 22.04.2 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 12.6.4 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: GRaNIE
Version: 1.4.0
Command: F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:GRaNIE.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings GRaNIE_1.4.0.tar.gz
StartedAt: 2023-06-08 03:00:12 -0400 (Thu, 08 Jun 2023)
EndedAt: 2023-06-08 03:05:20 -0400 (Thu, 08 Jun 2023)
EllapsedTime: 307.9 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: GRaNIE.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:GRaNIE.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings GRaNIE_1.4.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.17-bioc/meat/GRaNIE.Rcheck'
* using R version 4.3.0 RC (2023-04-13 r84269 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* R was compiled by
    gcc.exe (GCC) 12.2.0
    GNU Fortran (GCC) 12.2.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'GRaNIE/DESCRIPTION' ... OK
* this is package 'GRaNIE' version '1.4.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 '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.17-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 startup messages can be suppressed ... 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 ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* 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         6.69   0.35    7.47
addConnections_TF_peak       4.81   1.53    7.43
plotDiagnosticPlots_peakGene 4.70   0.27    5.39
* 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: 2 WARNINGs, 1 NOTE
See
  'F:/biocbuild/bbs-3.17-bioc/meat/GRaNIE.Rcheck/00check.log'
for details.



Installation output

GRaNIE.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL GRaNIE
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.17-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
** 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)

Tests output


Example timings

GRaNIE.Rcheck/GRaNIE-Ex.timings

nameusersystemelapsed
AR_classification_wrapper000
addConnections_TF_peak4.811.537.43
addConnections_peak_gene2.100.052.58
addData000
addTFBS000
add_TF_gene_correlation1.510.041.99
add_featureVariation000
build_eGRN_graph1.490.051.95
calculateCommunitiesEnrichment2.920.123.48
calculateCommunitiesStats1.470.132.00
calculateGeneralEnrichment1.860.082.40
calculateTFEnrichment2.430.122.96
changeOutputDirectory1.390.131.96
deleteIntermediateData1.580.092.87
filterData1.970.052.42
filterGRNAndConnectGenes2.330.052.83
generateStatsSummary6.690.357.47
getCounts2.200.132.81
getGRNConnections1.530.112.10
getGRNSummary2.160.062.65
getParameters1.560.102.09
getTopNodes2.190.072.69
initializeGRN0.020.000.01
loadExampleObject1.510.082.02
nGenes1.460.061.95
nPeaks1.560.072.06
nTFs1.410.071.96
overlapPeaksAndTFBS1.420.182.01
performAllNetworkAnalyses000
plotCommunitiesEnrichment3.220.123.80
plotCommunitiesStats2.710.163.31
plotCorrelations2.610.063.14
plotDiagnosticPlots_TFPeaks3.210.133.80
plotDiagnosticPlots_peakGene4.700.275.39
plotGeneralEnrichment1.910.112.49
plotGeneralGraphStats3.340.033.84
plotPCA_all2.880.173.50
plotTFEnrichment2.340.082.89
plot_stats_connectionSummary2.800.153.43
visualizeGRN2.400.132.97