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

This page was generated on 2023-06-03 14:36:32 -0400 (Sat, 03 Jun 2023).

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


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.

Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details.

raw results

Package 872/2229HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GRaNIE 1.4.0  (landing page)
Christian Arnold
Snapshot Date: 2023-06-02 14:00:14 -0400 (Fri, 02 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    ERROR    OK  

Summary

Package: GRaNIE
Version: 1.4.0
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:GRaNIE.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings GRaNIE_1.4.0.tar.gz
StartedAt: 2023-06-02 21:37:14 -0400 (Fri, 02 Jun 2023)
EndedAt: 2023-06-02 21:46:21 -0400 (Fri, 02 Jun 2023)
EllapsedTime: 546.5 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: GRaNIE.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:GRaNIE.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings GRaNIE_1.4.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/GRaNIE.Rcheck’
* using R version 4.3.0 RC (2023-04-13 r84269)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
* running under: Ubuntu 22.04.2 LTS
* using session charset: UTF-8
* 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 for sufficient/correct file permissions ... OK
* checking whether package ‘GRaNIE’ 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 loading without being on the library search path ... 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
plotDiagnosticPlots_peakGene 8.321  0.564   9.057
generateStatsSummary         8.112  0.440   8.708
plotPCA_all                  7.635  0.911   9.131
plotDiagnosticPlots_TFPeaks  7.143  0.327   8.095
addConnections_TF_peak       5.958  0.930   8.460
plotGeneralGraphStats        6.545  0.319   7.060
visualizeGRN                 5.629  0.723   6.513
plotGeneralEnrichment        6.058  0.248   6.521
add_TF_gene_correlation      4.800  0.476   5.441
plotCommunitiesEnrichment    4.942  0.243   5.345
plotCommunitiesStats         4.770  0.351   5.282
plotTFEnrichment             4.338  0.488   5.013
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘GRaNIE_packageDetails.Rmd’ using ‘UTF-8’... OK
  ‘GRaNIE_singleCell_eGRNs.Rmd’ using ‘UTF-8’... OK
  ‘GRaNIE_workflow.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 WARNING, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.17-bioc/meat/GRaNIE.Rcheck/00check.log’
for details.



Installation output

GRaNIE.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL GRaNIE
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/site-library’
* installing *source* package ‘GRaNIE’ ...
** using staged installation
** R
** 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 (GRaNIE)

Tests output


Example timings

GRaNIE.Rcheck/GRaNIE-Ex.timings

nameusersystemelapsed
AR_classification_wrapper000
addConnections_TF_peak5.9580.9308.460
addConnections_peak_gene3.4770.3884.099
addData000
addTFBS000
add_TF_gene_correlation4.8000.4765.441
add_featureVariation000
build_eGRN_graph3.3620.2633.788
calculateCommunitiesEnrichment4.2460.3014.714
calculateCommunitiesStats3.2340.2353.632
calculateGeneralEnrichment3.6560.2364.057
calculateTFEnrichment3.7290.2164.103
changeOutputDirectory3.4600.1403.766
deleteIntermediateData3.3160.2203.693
filterData4.010.344.51
filterGRNAndConnectGenes3.3980.3233.882
generateStatsSummary8.1120.4408.708
getCounts3.5560.3004.016
getGRNConnections3.3550.2963.809
getGRNSummary4.1220.5444.825
getParameters3.2600.4083.826
getTopNodes3.6180.4724.247
initializeGRN0.0160.0040.020
loadExampleObject4.2320.3324.723
nGenes3.3180.2723.747
nPeaks3.4620.3243.944
nTFs3.4520.2603.868
overlapPeaksAndTFBS3.5130.2803.951
performAllNetworkAnalyses000
plotCommunitiesEnrichment4.9420.2435.345
plotCommunitiesStats4.7700.3515.282
plotCorrelations3.9090.3204.388
plotDiagnosticPlots_TFPeaks7.1430.3278.095
plotDiagnosticPlots_peakGene8.3210.5649.057
plotGeneralEnrichment6.0580.2486.521
plotGeneralGraphStats6.5450.3197.060
plotPCA_all7.6350.9119.131
plotTFEnrichment4.3380.4885.013
plot_stats_connectionSummary3.8300.3764.363
visualizeGRN5.6290.7236.513