Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2024-12-24 11:40 -0500 (Tue, 24 Dec 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" | 4754 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" | 4472 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" | 4426 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" | 4381 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" | 4373 |
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 1082/2274 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
knowYourCG 1.3.5 (landing page) Goldberg David
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | ERROR | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | ERROR | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | ERROR | OK | |||||||||
kjohnson3 | macOS 13.7.1 Ventura / arm64 | OK | OK | ERROR | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | ERROR | ||||||||||
To the developers/maintainers of the knowYourCG package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/knowYourCG.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: knowYourCG |
Version: 1.3.5 |
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:knowYourCG.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings knowYourCG_1.3.5.tar.gz |
StartedAt: 2024-12-23 23:17:13 -0500 (Mon, 23 Dec 2024) |
EndedAt: 2024-12-23 23:21:17 -0500 (Mon, 23 Dec 2024) |
EllapsedTime: 244.5 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: knowYourCG.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:knowYourCG.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings knowYourCG_1.3.5.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/knowYourCG.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 ‘knowYourCG/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘knowYourCG’ version ‘1.3.5’ * 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 ‘knowYourCG’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE License stub is invalid DCF. * 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 files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘knowYourCG-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: KYCG_plotMeta > ### Title: Plot meta gene or other meta genomic features > ### Aliases: KYCG_plotMeta > > ### ** Examples > > library(sesameData) Loading required package: ExperimentHub Loading required package: BiocGenerics Loading required package: generics Attaching package: ‘generics’ The following objects are masked from ‘package:base’: as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union Attaching package: ‘BiocGenerics’ The following objects are masked from ‘package:stats’: IQR, mad, sd, var, xtabs The following objects are masked from ‘package:base’: Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min Loading required package: AnnotationHub Loading required package: BiocFileCache Loading required package: dbplyr Loading sesameData. > library(sesame) ---------------------------------------------------------- | SEnsible Step-wise Analysis of DNA MEthylation (SeSAMe) | -------------------------------------------------------- | Please cache auxiliary data by "sesameDataCache()". | This needs to be done only once per SeSAMe installation. ---------------------------------------------------------- > sdf <- sesameDataGet("EPIC.1.SigDF") > KYCG_plotMeta(getBetas(sdf)) Platform set to: EPIC Selected the following database groups: 1. KYCG.EPIC.metagene.20220126 Error in `geom_line()`: ! Problem while computing aesthetics. ℹ Error occurred in the 2nd layer. Caused by error: ! object 'db' not found Backtrace: ▆ 1. ├─base (local) `<fn>`(x) 2. ├─ggplot2:::print.ggplot(x) 3. │ ├─ggplot2::ggplot_build(x) 4. │ └─ggplot2:::ggplot_build.ggplot(x) 5. │ └─ggplot2:::by_layer(...) 6. │ ├─rlang::try_fetch(...) 7. │ │ ├─base::tryCatch(...) 8. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 10. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─ggplot2 (local) f(l = layers[[i]], d = data[[i]]) 13. │ └─l$compute_aesthetics(d, plot) 14. │ └─ggplot2 (local) compute_aesthetics(..., self = self) 15. │ └─base::lapply(aesthetics, eval_tidy, data = data, env = env) 16. │ └─rlang (local) FUN(X[[i]], ...) 17. └─base::.handleSimpleError(`<fn>`, "object 'db' not found", base::quote(NULL)) 18. └─rlang (local) h(simpleError(msg, call)) 19. └─handlers[[1L]](cnd) 20. └─cli::cli_abort(...) 21. └─rlang::abort(...) Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed KYCG_plotEnrichAll 22.912 1.384 24.307 * 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 ... ERROR Error(s) in re-building vignettes: ... --- re-building ‘Array.Rmd’ using rmarkdown --- finished re-building ‘Array.Rmd’ --- re-building ‘Continuous.Rmd’ using rmarkdown Quitting from lines 43-44 [ky21, run-test-data] (Continuous.Rmd) Error: processing vignette 'Continuous.Rmd' failed with diagnostics: could not find function "getDBs" --- failed re-building ‘Continuous.Rmd’ --- re-building ‘Sequencing.Rmd’ using rmarkdown --- finished re-building ‘Sequencing.Rmd’ SUMMARY: processing the following file failed: ‘Continuous.Rmd’ Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 NOTE See ‘/home/biocbuild/bbs-3.21-bioc/meat/knowYourCG.Rcheck/00check.log’ for details.
knowYourCG.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL knowYourCG ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.21-bioc/R/site-library’ * installing *source* package ‘knowYourCG’ ... ** using staged installation ** R ** 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 (knowYourCG)
knowYourCG.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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(knowYourCG) > > test_check("knowYourCG") Loading required package: MatrixGenerics Loading required package: matrixStats Attaching package: 'MatrixGenerics' The following objects are masked from 'package:matrixStats': colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse, colCounts, colCummaxs, colCummins, colCumprods, colCumsums, colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs, colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats, colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds, colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads, colWeightedMeans, colWeightedMedians, colWeightedSds, colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet, rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods, rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps, rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins, rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks, rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars, rowWeightedMads, rowWeightedMeans, rowWeightedMedians, rowWeightedSds, rowWeightedVars Loading required package: GenomicRanges Loading required package: stats4 Loading required package: BiocGenerics Loading required package: generics Attaching package: 'generics' The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min Loading required package: S4Vectors Attaching package: 'S4Vectors' The following object is masked from 'package:utils': findMatches The following objects are masked from 'package:base': I, expand.grid, unname Loading required package: IRanges Loading required package: GenomeInfoDb Loading required package: Biobase Welcome to Bioconductor Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and for packages 'citation("pkgname")'. Attaching package: 'Biobase' The following object is masked from 'package:MatrixGenerics': rowMedians The following objects are masked from 'package:matrixStats': anyMissing, rowMedians Selected the following database groups: 1. KYCG.MM285.chromHMM.20210210 Testing against 18 database(s)... [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1 ] > > proc.time() user system elapsed 14.105 0.907 15.003
knowYourCG.Rcheck/knowYourCG-Ex.timings
name | user | system | elapsed | |
KYCG_plotBar | 0.167 | 0.025 | 0.192 | |
KYCG_plotDot | 0.294 | 0.048 | 0.342 | |
KYCG_plotEnrichAll | 22.912 | 1.384 | 24.307 | |
KYCG_plotLollipop | 0.170 | 0.008 | 0.178 | |
KYCG_plotManhattan | 0 | 0 | 0 | |