Package: BiocBaseUtils Title: Utility and internal functions for Bioconductor packages Version: 1.15.1 Authors@R: c( person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu", c("aut", "cre"), c(ORCID = "0000-0002-3242-0582") ), person("Martin", "Morgan", , "martin.morgan@roswellpark.org", "ctb" ), person("Hervé", "Pagès", , "hpages.on.github@gmail.com", "ctb") ) Description: The package coalesces typical helper functions that are scattered throughout the Bioconductor ecosystem. It aims to reduce code redundancy by formalizing functions often used by Bioconductor developers. These functions include operations such as replacing slots in an object, selecting observations for show methods, labeling function life cycles, and more. Imports: methods, utils Depends: R (>= 4.6.0) Suggests: knitr, rmarkdown, BiocStyle, tinytest License: Artistic-2.0 Encoding: UTF-8 biocViews: Software, Infrastructure BugReports: https://www.github.com/Bioconductor/BiocBaseUtils/issues URL: https://www.github.com/Bioconductor/BiocBaseUtils Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Date: 2026-05-08 Config/roxygen2/version: 8.0.0 Repository: https://link-ny.r-universe.dev Date/Publication: 2026-05-08 19:19:30 UTC RemoteUrl: https://github.com/Bioconductor/BiocBaseUtils RemoteRef: HEAD RemoteSha: 79c6f035cdbe36070ca03ec8c8a32e45e5bd9abb NeedsCompilation: no Packaged: 2026-07-03 19:49:12 UTC; root Author: Marcel Ramos [aut, cre] (ORCID: ), Martin Morgan [ctb], Hervé Pagès [ctb] Maintainer: Marcel Ramos