Back to Multiple platform build/check report for BioC 3.16:   simplified   long
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 11:04:59 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4502
palomino4Windows Server 2022 Datacenterx644.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" 4282
lconwaymacOS 12.5.1 Montereyx86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4310
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 BSgenome on nebbiolo2


To the developers/maintainers of the BSgenome package:
- Please 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 How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 229/2183HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BSgenome 1.66.3  (landing page)
Hervé Pagès
Snapshot Date: 2023-04-10 14:00:05 -0400 (Mon, 10 Apr 2023)
git_url: https://git.bioconductor.org/packages/BSgenome
git_branch: RELEASE_3_16
git_last_commit: f2f40e0
git_last_commit_date: 2023-02-16 10:38:29 -0400 (Thu, 16 Feb 2023)
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.5.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: BSgenome
Version: 1.66.3
Command: /home/biocbuild/bbs-3.16-bioc/R/bin/R CMD check --install=check:BSgenome.install-out.txt --library=/home/biocbuild/bbs-3.16-bioc/R/site-library --timings BSgenome_1.66.3.tar.gz
StartedAt: 2023-04-10 19:26:27 -0400 (Mon, 10 Apr 2023)
EndedAt: 2023-04-10 19:34:15 -0400 (Mon, 10 Apr 2023)
EllapsedTime: 467.4 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: BSgenome.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.16-bioc/R/bin/R CMD check --install=check:BSgenome.install-out.txt --library=/home/biocbuild/bbs-3.16-bioc/R/site-library --timings BSgenome_1.66.3.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.16-bioc/meat/BSgenome.Rcheck’
* using R version 4.2.3 (2023-03-15)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* checking for file ‘BSgenome/DESCRIPTION’ ... OK
* this is package ‘BSgenome’ version ‘1.66.3’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Depends: includes the non-default packages:
  'BiocGenerics', 'S4Vectors', 'IRanges', 'GenomeInfoDb',
  'GenomicRanges', 'Biostrings', '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 ... NOTE
Found the following non-portable file path:
  BSgenome/inst/extdata/GentlemanLab/BSgenome.Gmellonella.NCBI.ASM364042v2-tools/fasta_to_sorted_2bit.R

Tarballs are only required to store paths of up to 100 bytes and cannot
store those of more than 256 bytes, with restrictions including to 100
bytes for the final component.
See section ‘Package structure’ in the ‘Writing R Extensions’ manual.
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘BSgenome’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  8.0Mb
  sub-directories of 1Mb or more:
    R         1.7Mb
    extdata   6.0Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘methods’ ‘BiocGenerics’ ‘S4Vectors’ ‘IRanges’ ‘GenomeInfoDb’ ‘GenomicRanges’ ‘Biostrings’ ‘rtracklayer’
A package should be listed in only one of these fields.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... NOTE
Found the following CITATION file in a non-standard place:
  inst/extdata/GentlemanLab/BSgenome.Creinhardtii.JGI.v5.6-tools/CITATION
Most likely ‘inst/CITATION’ should be used instead.
* 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 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:
  ‘Biostrings:::toSeqSnippet’ ‘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 ... 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 ... WARNING
Missing link or links in documentation object 'export-methods.Rd':
  ‘[rtracklayer]{export}’

See section 'Cross-references' in the 'Writing R Extensions' manual.
* checking for missing documentation entries ... WARNING
Undocumented code objects:
  ‘MaskedBSgenome’ ‘OnDiskLongTable’ ‘OnDiskLongTable_old’
  ‘as.data.frame.BSgenomeViews’ ‘batchsizes’ ‘blocksizes’ ‘breakpoints’
  ‘forgeMaskedBSgenomeDataPkg’
  ‘getBatchesByOverlapsFromOnDiskLongTable’
  ‘getBatchesBySeqnameFromOnDiskLongTable’
  ‘getBatchesFromOnDiskLongTable’ ‘getBatchesFromOnDiskLongTable_old’
  ‘getRowsByIdFromOnDiskLongTable’
  ‘getRowsByIndexFromOnDiskLongTable_old’ ‘getRowsFromOnDiskLongTable’
  ‘saveAsOnDiskLongTable_old’ ‘saveRowidsForOnDiskLongTable_old’
  ‘spatialIndex’ ‘writeOnDiskLongTable’ ‘writeOnDiskLongTableRowids’
Undocumented S4 classes:
  ‘OnDiskLongTable_old’ ‘OnDiskLongTable’ ‘MaskedBSgenome’
  ‘GRanges_OR_NULL’
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 'forgeMaskedBSgenomeDataPkg' and siglist
    'MaskedBSgenomeDataPkgSeed'
  generic 'forgeMaskedBSgenomeDataPkg' and siglist 'character'
  generic 'forgeMaskedBSgenomeDataPkg' and siglist 'list'
  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       41.375  3.378  46.762
BSgenome-utils      20.657  0.278  20.935
BSgenomeViews-class 13.140  1.032  14.354
BSgenome-class      12.247  1.421  13.797
injectSNPs           9.549  2.303  11.869
XtraSNPlocs-class    5.758  0.427   6.195
getSeq-methods       5.207  0.568   5.776
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘BSgenomeForge.Rnw’ using ‘UTF-8’... OK
  ‘GenomeSearching.Rnw’ using ‘UTF-8’... OK
 OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 2 WARNINGs, 6 NOTEs
See
  ‘/home/biocbuild/bbs-3.16-bioc/meat/BSgenome.Rcheck/00check.log’
for details.



Installation output

BSgenome.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.16-bioc/R/bin/R CMD INSTALL BSgenome
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.16-bioc/R/site-library’
* installing *source* package ‘BSgenome’ ...
** 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)

Tests output


Example timings

BSgenome.Rcheck/BSgenome-Ex.timings

nameusersystemelapsed
BSgenome-class12.247 1.42113.797
BSgenome-utils20.657 0.27820.935
BSgenomeForge3.6160.0643.681
BSgenomeViews-class13.140 1.03214.354
SNPlocs-class41.375 3.37846.762
XtraSNPlocs-class5.7580.4276.195
available.genomes0.6310.1080.993
bsapply4.3820.4004.783
export-methods4.1890.5924.781
getSeq-methods5.2070.5685.776
injectSNPs 9.549 2.30311.869