Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-02-03 12:37 -0500 (Mon, 03 Feb 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" | 4704 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" | 4467 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2025-01-22 r87618) -- "Unsuffered Consequences" | 4478 |
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 242/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
BSgenome 1.75.1 (landing page) Hervé Pagès
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
To the developers/maintainers of the BSgenome package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/BSgenome.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: BSgenome |
Version: 1.75.1 |
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:BSgenome.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings BSgenome_1.75.1.tar.gz |
StartedAt: 2025-02-02 20:29:22 -0500 (Sun, 02 Feb 2025) |
EndedAt: 2025-02-02 20:36:04 -0500 (Sun, 02 Feb 2025) |
EllapsedTime: 402.6 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: BSgenome.Rcheck |
Warnings: 2 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:BSgenome.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings BSgenome_1.75.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/BSgenome.Rcheck’ * using R Under development (unstable) (2025-01-20 r87609) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 * running under: Ubuntu 24.04.1 LTS * using session charset: UTF-8 * checking for file ‘BSgenome/DESCRIPTION’ ... OK * this is package ‘BSgenome’ version ‘1.75.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Depends: includes the non-default packages: 'BiocGenerics', 'S4Vectors', 'IRanges', 'GenomeInfoDb', 'GenomicRanges', 'Biostrings', 'BiocIO', 'rtracklayer' Adding so many packages to the search path is excessive and importing selectively is preferable. * 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 ‘BSgenome’ can be installed ... OK * checking installed package size ... INFO installed size is 6.8Mb sub-directories of 1Mb or more: R 1.3Mb extdata 5.3Mb * 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 ... NOTE ':::' calls which should be '::': ‘S4Vectors:::makeClassinfoRowForCompactPrinting’ ‘S4Vectors:::makePrettyMatrixForCompactPrinting’ See the note in ?`:::` about the use of this operator. Unexported objects imported by ':::' calls: ‘rtracklayer:::.DNAString_to_twoBit’ ‘rtracklayer:::.TwoBits_export’ ‘rtracklayer:::checkArgFormat’ ‘rtracklayer:::twoBitPath’ See the note in ?`:::` about the use of this operator. * checking S3 generic/method consistency ... OK * checking replacement functions ... WARNING Error: .onLoad failed in loadNamespace() for 'Rsamtools', details: call: h(simpleError(msg, call)) error: error in evaluating the argument 'x' in selecting a method for function 'levels': unable to find an inherited method for function ‘strand’ for signature ‘x = "expressionsIndex"’ Call sequence: 9: stop(gettextf("%s failed in %s() for '%s', details:\n call: %s\n error: %s", hookname, "loadNamespace", pkgname, deparse(conditionCall(res))[1L], conditionMessage(res)), call. = FALSE, domain = NA) 8: runHook(".onLoad", env, package.lib, package) 7: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) 6: asNamespace(ns) 5: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]), i[[2L]], from = package) 4: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) 3: asNamespace(ns) 2: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths() Execution halted The argument of a replacement function which corresponds to the right hand side must be named ‘value’. * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: BSParams-class.Rd: IntegerRangesList-class BSgenome-utils.Rd: IntegerRangesList-class export-methods.Rd: writeXStringSet Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * checking for missing documentation entries ... WARNING Undocumented code objects: ‘MaskedBSgenome’ ‘OnDiskLongTable’ ‘OnDiskLongTable_old’ ‘as.data.frame.BSgenomeViews’ ‘batchsizes’ ‘blocksizes’ ‘breakpoints’ ‘getBatchesByOverlapsFromOnDiskLongTable’ ‘getBatchesBySeqnameFromOnDiskLongTable’ ‘getBatchesFromOnDiskLongTable’ ‘getBatchesFromOnDiskLongTable_old’ ‘getRowsByIdFromOnDiskLongTable’ ‘getRowsByIndexFromOnDiskLongTable_old’ ‘getRowsFromOnDiskLongTable’ ‘saveAsOnDiskLongTable_old’ ‘saveRowidsForOnDiskLongTable_old’ ‘spatialIndex’ ‘writeOnDiskLongTable’ ‘writeOnDiskLongTableRowids’ Undocumented S4 classes: ‘OnDiskLongTable_old’ ‘GRanges_OR_NULL’ ‘MaskedBSgenome’ ‘OnDiskLongTable’ Undocumented S4 methods: generic '[' and siglist 'XStringSet,GRangesList,ANY,ANY' generic '[' and siglist 'XStringSet,GenomicRanges,ANY,ANY' generic '[[' and siglist 'BSgenome,ANY,ANY' generic 'batchsizes' and siglist 'OnDiskLongTable' generic 'blocksizes' and siglist 'OnDiskLongTable_old' generic 'breakpoints' and siglist 'OnDiskLongTable' generic 'breakpoints' and siglist 'OnDiskLongTable_old' generic 'coerce' and siglist 'RdsCollection,RdsNamedSequences' generic 'dim' and siglist 'OnDiskLongTable' generic 'dim' and siglist 'OnDiskLongTable_old' generic 'dimnames' and siglist 'OnDiskLongTable' generic 'dimnames' and siglist 'OnDiskLongTable_old' generic 'dimnames' and siglist 'XtraSNPlocs' generic 'extractAt' and siglist 'BSgenome' generic 'length' and siglist 'OnDiskNamedSequences' generic 'names' and siglist 'FastaNamedSequences' generic 'names' and siglist 'TwobitNamedSequences' generic 'seqinfo' and siglist 'FastaNamedSequences' generic 'seqinfo' and siglist 'RdaNamedSequences' generic 'seqinfo' and siglist 'RdsNamedSequences' generic 'seqinfo' and siglist 'TwobitNamedSequences' generic 'seqnames' and siglist 'OnDiskNamedSequences' generic 'show' and siglist 'OnDiskLongTable' generic 'show' and siglist 'OnDiskLongTable_old' generic 'show' and siglist 'OnDiskNamedSequences' generic 'spatialIndex' and siglist 'OnDiskLongTable' All user-level objects in a package (including S4 classes and methods) should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * 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 ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed SNPlocs-class 48.066 4.776 53.808 BSgenome-utils 20.744 0.294 21.039 BSgenomeViews-class 12.979 4.411 17.442 BSgenome-class 13.112 0.881 14.008 injectSNPs 9.013 2.595 11.687 XtraSNPlocs-class 6.101 0.643 6.771 getSeq-methods 5.730 0.772 6.502 bsapply 5.127 0.504 5.668 export-methods 4.100 0.937 5.037 * 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: 2 WARNINGs, 2 NOTEs See ‘/home/biocbuild/bbs-3.21-bioc/meat/BSgenome.Rcheck/00check.log’ for details.
BSgenome.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL BSgenome ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.21-bioc/R/site-library’ * installing *source* package ‘BSgenome’ ... ** this is package ‘BSgenome’ version ‘1.75.1’ ** 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 (BSgenome)
BSgenome.Rcheck/BSgenome-Ex.timings
name | user | system | elapsed | |
BSgenome-class | 13.112 | 0.881 | 14.008 | |
BSgenome-utils | 20.744 | 0.294 | 21.039 | |
BSgenomeViews-class | 12.979 | 4.411 | 17.442 | |
SNPlocs-class | 48.066 | 4.776 | 53.808 | |
XtraSNPlocs-class | 6.101 | 0.643 | 6.771 | |
available.genomes | 0.572 | 0.156 | 0.875 | |
bsapply | 5.127 | 0.504 | 5.668 | |
export-methods | 4.100 | 0.937 | 5.037 | |
getSeq-methods | 5.730 | 0.772 | 6.502 | |
injectSNPs | 9.013 | 2.595 | 11.687 | |