Back to Multiple platform build/check report for BioC 3.17: simplified long |
|
This page was generated on 2023-10-16 11:36:35 -0400 (Mon, 16 Oct 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 22.04.2 LTS) | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4626 |
palomino3 | Windows Server 2022 Datacenter | x64 | 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" | 4379 |
merida1 | macOS 12.6.4 Monterey | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4395 |
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 |
Package 1781/2230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
RTN 2.24.0 (landing page) Mauro Castro
| nebbiolo1 | Linux (Ubuntu 22.04.2 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino3 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
merida1 | macOS 12.6.4 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
kjohnson2 | macOS 12.6.1 Monterey / arm64 | see weekly results here | ||||||||||||
To the developers/maintainers of the RTN package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/RTN.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. |
Package: RTN |
Version: 2.24.0 |
Command: F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:RTN.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings RTN_2.24.0.tar.gz |
StartedAt: 2023-10-16 06:17:21 -0400 (Mon, 16 Oct 2023) |
EndedAt: 2023-10-16 06:21:25 -0400 (Mon, 16 Oct 2023) |
EllapsedTime: 243.7 seconds |
RetCode: 0 |
Status: OK |
CheckDir: RTN.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:RTN.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings RTN_2.24.0.tar.gz ### ############################################################################## ############################################################################## * using log directory 'F:/biocbuild/bbs-3.17-bioc/meat/RTN.Rcheck' * using R version 4.3.1 (2023-06-16 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 'RTN/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'RTN' version '2.24.0' * 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 'RTN' can be installed ... OK * checking installed package size ... NOTE installed size is 9.8Mb sub-directories of 1Mb or more: R 1.1Mb data 8.6Mb * 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 * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'runTests.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 NOTE See 'F:/biocbuild/bbs-3.17-bioc/meat/RTN.Rcheck/00check.log' for details.
RTN.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL RTN ### ############################################################################## ############################################################################## * installing to library 'F:/biocbuild/bbs-3.17-bioc/R/library' * installing *source* package 'RTN' ... ** 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 (RTN)
RTN.Rcheck/tests/runTests.Rout
R version 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" Copyright (C) 2023 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. > BiocGenerics:::testPackage("RTN") -Preprocessing for input data... --Mapping 'expData' to 'rowAnnotation'... --Checking 'regulatoryElements' in 'rowAnnotation'... --Checking 'expData'... -Preprocessing complete! -Performing permutation analysis... --For 5 regulons... | | | 0% | |======= | 10% | |============== | 20% | |===================== | 30% | |============================ | 40% | |=================================== | 50% | |========================================== | 60% | |================================================= | 70% | |======================================================== | 80% | |=============================================================== | 90% | |======================================================================| 100% -Permutation analysis complete! -Performing bootstrap analysis... --For 5 regulons... | | | 0% | |======= | 10% | |============== | 20% | |===================== | 30% | |============================ | 40% | |=================================== | 50% | |========================================== | 60% | |================================================= | 70% | |======================================================== | 80% | |=============================================================== | 90% | |======================================================================| 100% -Bootstrap analysis complete! -Applying dpi filter... -DPI filter complete! -Preprocessing for input data... --Mapping 'phenotype' to 'phenoIDs'... --Removing genes without names or values in 'phenotype'... --Removing duplicated genes... --Mapping 'hits' to 'phenoIDs'... --Removing duplicated hits... --Mapping 'transcriptionalNetwork' annotation to 'phenotype'... --Checking agreement between 'transcriptionalNetwork' and 'phenotype'... 99.8% ! --Removing 'hits' not listed in 'transcriptionalNetwork' universe... --Extracting regulons... -Preprocessing complete! -Performing master regulatory analysis... --For 5 regulons... | | | 0% | |============== | 20% | |============================ | 40% | |========================================== | 60% | |======================================================== | 80% | |======================================================================| 100% -Master regulatory analysis complete -Performing gene set enrichment analysis... --For 5 regulons... | | | 0% | |============== | 20% | |============================ | 40% | |========================================== | 60% | |======================================================== | 80% | |======================================================================| 100% -Gene set enrichment analysis complete -Performing two-tailed GSEA analysis... --For 5 regulons... | | | 0% | |============== | 20% | |============================ | 40% | |========================================== | 60% | |======================================================== | 80% | |======================================================================| 100% | | | 0% | |============== | 20% | |============================ | 40% | |========================================== | 60% | |======================================================== | 80% | |======================================================================| 100% -GSEA2 analysis complete -Preprocessing for input data... --Mapping 'expData' to 'rowAnnotation'... --Checking 'regulatoryElements' in 'rowAnnotation'... --Checking 'expData'... -Preprocessing complete! -Performing permutation analysis... --For 2 regulons... | | | 0% | |======= | 10% | |============== | 20% | |===================== | 30% | |============================ | 40% | |=================================== | 50% | |========================================== | 60% | |================================================= | 70% | |======================================================== | 80% | |=============================================================== | 90% | |======================================================================| 100% -Permutation analysis complete! -Performing bootstrap analysis... --For 2 regulons... | | | 0% | |======= | 10% | |============== | 20% | |===================== | 30% | |============================ | 40% | |=================================== | 50% | |========================================== | 60% | |================================================= | 70% | |======================================================== | 80% | |=============================================================== | 90% | |======================================================================| 100% -Bootstrap analysis complete! -Applying dpi filter... -DPI filter complete! -Preprocessing for input data... --Checking modulators in the dataset... --Extracting TF-targets... --Applying modulator independence constraint... --Applying modulator range constraint... --Selecting subsamples... -Estimating mutual information threshold... | | | 0% | |======= | 10% | |============== | 20% | |===================== | 30% | |============================ | 40% | |=================================== | 50% | |========================================== | 60% | |================================================= | 70% | |======================================================== | 80% | |=============================================================== | 90% | |======================================================================| 100% -Performing conditional mutual information analysis... --For 2 tfs and 2 candidate modulator(s) | | | 0% | |=================================== | 50% | |======================================================================| 100% -Conditional analysis complete! RUNIT TEST PROTOCOL -- Mon Oct 16 06:21:14 2023 *********************************************** Number of test functions: 2 Number of errors: 0 Number of failures: 0 1 Test Suite : RTN RUnit Tests - 2 test functions, 0 errors, 0 failures Number of test functions: 2 Number of errors: 0 Number of failures: 0 > > proc.time() user system elapsed 40.37 1.67 42.01
RTN.Rcheck/RTN-Ex.timings
name | user | system | elapsed | |
AVS-class | 0 | 0 | 0 | |
RTN.data | 0.23 | 0.03 | 0.27 | |
TNA-class | 0 | 0 | 0 | |
TNI-class | 0 | 0 | 0 | |
TNI.data | 0.27 | 0.02 | 0.28 | |
avs.evse | 0 | 0 | 0 | |
avs.get | 0 | 0 | 0 | |
avs.pevse | 0 | 0 | 0 | |
avs.plot1 | 0 | 0 | 0 | |
avs.plot2 | 0 | 0 | 0 | |
avs.rvse | 0 | 0 | 0 | |
avs.vse | 0 | 0 | 0 | |
tna.get | 0.21 | 0.00 | 0.22 | |
tna.gsea1 | 0.29 | 0.00 | 0.28 | |
tna.gsea2 | 0.2 | 0.0 | 0.2 | |
tna.mra | 0.73 | 0.02 | 0.75 | |
tna.plot.gsea1 | 0.19 | 0.01 | 0.21 | |
tna.plot.gsea2 | 0.22 | 0.05 | 0.26 | |
tni.alpha.adjust | 0.16 | 0.00 | 0.16 | |
tni.annotate.regulons | 0.04 | 0.00 | 0.05 | |
tni.annotate.samples | 0.05 | 0.00 | 0.04 | |
tni.area3 | 0.05 | 0.01 | 0.06 | |
tni.bootstrap | 0.06 | 0.00 | 0.07 | |
tni.conditional | 0.06 | 0.00 | 0.06 | |
tni.constructor | 0.13 | 0.04 | 0.16 | |
tni.dpi.filter | 0.03 | 0.01 | 0.04 | |
tni.get | 0.06 | 0.00 | 0.07 | |
tni.graph | 0.05 | 0.02 | 0.06 | |
tni.gsea2 | 0.06 | 0.00 | 0.07 | |
tni.overlap.genesets | 0.03 | 0.01 | 0.04 | |
tni.permutation | 0.04 | 0.00 | 0.05 | |
tni.plot.checks | 0.05 | 0.00 | 0.04 | |
tni.plot.sre | 0.05 | 0.00 | 0.05 | |
tni.preprocess | 0 | 0 | 0 | |
tni.prune | 0.04 | 0.02 | 0.06 | |
tni.regulon.summary | 0.05 | 0.01 | 0.06 | |
tni.replace.samples | 0 | 0 | 0 | |
tni.sre | 0.05 | 0.00 | 0.05 | |
tni2tna.preprocess | 0.20 | 0.02 | 0.22 | |
upgradeTNA | 0 | 0 | 0 | |
upgradeTNI | 0 | 0 | 0 | |