Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2024-11-21 11:33 -0500 (Thu, 21 Nov 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" | 4742 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" | 4456 |
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 1298/2270 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
Moonlight2R 1.5.0 (landing page) Matteo Tiberti
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
To the developers/maintainers of the Moonlight2R package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Moonlight2R.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: Moonlight2R |
Version: 1.5.0 |
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:Moonlight2R.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings Moonlight2R_1.5.0.tar.gz |
StartedAt: 2024-11-21 02:44:32 -0500 (Thu, 21 Nov 2024) |
EndedAt: 2024-11-21 03:02:44 -0500 (Thu, 21 Nov 2024) |
EllapsedTime: 1092.0 seconds |
RetCode: 0 |
Status: OK |
CheckDir: Moonlight2R.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:Moonlight2R.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings Moonlight2R_1.5.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/Moonlight2R.Rcheck’ * using R Under development (unstable) (2024-10-21 r87258) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0 * running under: Ubuntu 24.04.1 LTS * using session charset: UTF-8 * checking for file ‘Moonlight2R/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘Moonlight2R’ version ‘1.5.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ...Warning: unable to access index for repository https://CRAN.R-project.org/src/contrib: cannot open URL 'https://CRAN.R-project.org/src/contrib/PACKAGES' INFO Imports includes 32 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. * 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 ‘Moonlight2R’ 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 code 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 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 Examples with CPU (user + system) or elapsed time > 5s user system elapsed GMA 79.072 9.679 93.091 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK
Moonlight2R.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL Moonlight2R ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.21-bioc/R/site-library’ * installing *source* package ‘Moonlight2R’ ... ** 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 (Moonlight2R)
Moonlight2R.Rcheck/tests/testthat.Rout
R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(Moonlight2R) Loading required package: doParallel Loading required package: foreach Loading required package: iterators Loading required package: parallel Setting options('download.file.method.GEOquery'='auto') Setting options('GEOquery.inmemory.gpl'=FALSE) > > test_check("Moonlight2R") [1] "Output folder already exists" loading from cache require("rtracklayer") [1] "CScape_somatic files have been found in results-folder." loading from cache | | | 0% | |= | 1% | |= | 2% | |== | 3% | |=== | 4% | |=== | 5% | |==== | 6% | |===== | 7% | |====== | 8% | |====== | 9% | |======= | 10% | |======== | 11% | |======== | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 16% | |============ | 17% | |============ | 18% | |============= | 19% | |============== | 20% | |=============== | 21% | |=============== | 22% | |================ | 23% | |================= | 24% | |================= | 25% | |================== | 26% | |=================== | 27% | |=================== | 28% | |==================== | 29% | |===================== | 30% | |===================== | 31% | |====================== | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 36% | |========================== | 37% | |========================== | 38% | |=========================== | 39% | |============================ | 40% | |============================ | 41% | |============================= | 42% | |============================== | 43% | |============================== | 44% | |=============================== | 45% | |================================ | 46% | |================================= | 47% | |================================= | 48% | |================================== | 49% | |=================================== | 50% | |==================================== | 51% | |===================================== | 52% | |===================================== | 53% | |====================================== | 54% | |======================================= | 55% | |======================================== | 56% | |======================================== | 57% | |========================================= | 58% | |========================================== | 59% | |========================================== | 60% | |=========================================== | 61% | |============================================ | 62% | |============================================ | 63% | |============================================= | 64% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |================================================ | 68% | |================================================= | 69% | |================================================= | 70% | |================================================== | 71% | |=================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |===================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 80% | |========================================================= | 81% | |========================================================== | 82% | |========================================================== | 83% | |=========================================================== | 84% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 90% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 93% | |================================================================== | 94% | |=================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 100% Processing PubMed data ............. done! Running Regular mode... Fetching probe annotation... sesameData not installed. Full functionality, documentation, and loading of data might not be possible without installing loading from cache Found 13 samples with both methylation and gene expression data. Modeling gene expression... | | | 0% | |= | 1% | |== | 3% | |=== | 4% | |==== | 5% | |===== | 7% | |====== | 8% | |======= | 10% | |======== | 11% | |========= | 12% | |========== | 14% | |=========== | 15% | |============ | 16% | |============ | 18% | |============= | 19% | |============== | 21% | |=============== | 22% | |================ | 23% | |================= | 25% | |================== | 26% | |=================== | 27% | |==================== | 29% | |===================== | 30% | |====================== | 32% | |======================= | 33% | |======================== | 34% | |========================= | 36% | |========================== | 37% | |=========================== | 38% | |============================ | 40% | |============================= | 41% | |============================== | 42% | |=============================== | 44% | |================================ | 45% | |================================= | 47% | |================================== | 48% | |=================================== | 49% | |=================================== | 51% | |==================================== | 52% | |===================================== | 53% | |====================================== | 55% | |======================================= | 56% | |======================================== | 58% | |========================================= | 59% | |========================================== | 60% | |=========================================== | 62% | |============================================ | 63% | |============================================= | 64% | |============================================== | 66% | |=============================================== | 67% | |================================================ | 68% | |================================================= | 70% | |================================================== | 71% | |=================================================== | 73% | |==================================================== | 74% | |===================================================== | 75% | |====================================================== | 77% | |======================================================= | 78% | |======================================================== | 79% | |========================================================= | 81% | |========================================================== | 82% | |========================================================== | 84% | |=========================================================== | 85% | |============================================================ | 86% | |============================================================= | 88% | |============================================================== | 89% | |=============================================================== | 90% | |================================================================ | 92% | |================================================================= | 93% | |================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |===================================================================== | 99% | |======================================================================| 100% Found 73 transcriptionally predictive probes. Found 17 samples in group.1 and 6 samples in group.2 Starting Beta mixture modeling. Running Beta mixture model on 73 probes and on 17 samples. | | | 0% Found 73 differentially methylated CpGs Identifying functional CpG-gene pairs... | | | 0% | |== | 3% | |==== | 6% | |====== | 9% | |======== | 12% | |=========== | 15% | |============= | 18% | |=============== | 21% | |================= | 24% | |=================== | 27% | |===================== | 30% | |======================= | 33% | |========================= | 36% | |============================ | 39% | |============================== | 42% | |================================ | 45% | |================================== | 48% | |==================================== | 52% | |====================================== | 55% | |======================================== | 58% | |========================================== | 61% | |============================================= | 64% | |=============================================== | 67% | |================================================= | 70% | |=================================================== | 73% | |===================================================== | 76% | |======================================================= | 79% | |========================================================= | 82% | |=========================================================== | 85% | |============================================================== | 88% | |================================================================ | 91% | |================================================================== | 94% | |==================================================================== | 97% | |======================================================================| 100% Found 84 functional probe-gene pairs. Saving the EpiMix results to the output directory... Running Enhancer mode... Fetching probe annotation... sesameData not installed. Full functionality, documentation, and loading of data might not be possible without installing loading from cache Found 17 samples in group.1 and 6 samples in group.2 Fetching enhancer CpGs from Roadmap Epigenomics... Downloading chromatin states from the Roadmap Epigenomics... trying URL 'https://egg2.wustl.edu/roadmap/data/byFileType/chromhmmSegmentations/ChmmModels/core_K27ac/jointModel/final/E096_18_core_K27ac_hg38lift_mnemonics.bed.gz' Content type 'application/x-gzip' length 3835377 bytes (3.7 MB) ================================================== downloaded 3.7 MB Identifed 65057 enhancer CpGs from the epigenome E096 sesameData not installed. Full functionality, documentation, and loading of data might not be possible without installing loading from cache Returning distal probes: 160862 Found 7 CpGs associated with distal enhancers in the methylation dataset Starting Beta mixture modeling. Running Beta mixture model on 7 probes and on 17 samples. | | | 0% Found 7 differentially methylated CpGs Modeling the gene expression for enhancers... Searching for the 20 near genes Identifying gene position for each probe Looking for differentially methylated enhancers associated with gene expression | | | 0% | |========== | 14% | |==================== | 29% | |============================== | 43% | |======================================== | 57% | |================================================== | 71% | |============================================================ | 86% | |======================================================================| 100% Found 2 functional probe-gene pairs. Saving the EpiMix results to the output directory... sesameData not installed. Full functionality, documentation, and loading of data might not be possible without installing loading from cache [1] "3 oncogenic mediator(s) out of 3 were found in the None evidence category" | | | 0% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% | |= | 1% | |= | 2% | | | 0% [ FAIL 0 | WARN 2 | SKIP 0 | PASS 49 ] [ FAIL 0 | WARN 2 | SKIP 0 | PASS 49 ] > > proc.time() user system elapsed 116.712 15.942 156.166
Moonlight2R.Rcheck/Moonlight2R-Ex.timings
name | user | system | elapsed | |
DMA | 0 | 0 | 0 | |
FEA | 0.304 | 0.004 | 0.308 | |
GLS | 1.365 | 0.526 | 2.579 | |
GMA | 79.072 | 9.679 | 93.091 | |
GRN | 0.058 | 0.002 | 0.048 | |
GSEA | 1.254 | 0.180 | 1.570 | |
LPA | 0.171 | 0.006 | 0.178 | |
LiftMAF | 3.035 | 0.914 | 4.697 | |
MAFtoCscape | 0.038 | 0.004 | 0.042 | |
PRA | 0.151 | 0.012 | 0.163 | |
PRAtoTibble | 0.026 | 0.010 | 0.037 | |
RunCscape_somatic | 0 | 0 | 0 | |
URA | 1.964 | 0.317 | 2.283 | |
confidence | 0.001 | 0.000 | 0.001 | |
getDataGEO | 2.535 | 0.405 | 4.186 | |
moonlight | 0.000 | 0.001 | 0.000 | |
plotCircos | 0.698 | 0.151 | 0.852 | |
plotDMA | 3.481 | 0.634 | 4.126 | |
plotFEA | 0.311 | 0.014 | 0.325 | |
plotGMA | 3.815 | 0.638 | 4.473 | |
plotMetExp | 1.386 | 0.172 | 1.562 | |
plotMoonlight | 2.120 | 0.171 | 2.292 | |
plotMoonlightMet | 1.297 | 0.117 | 1.419 | |
plotNetworkHive | 0.030 | 0.001 | 0.031 | |
plotURA | 0.198 | 0.003 | 0.201 | |
tabix_func | 0.000 | 0.001 | 0.000 | |