Package: BiocBaseUtils 1.7.0

Marcel Ramos

BiocBaseUtils: General utility functions for developing Bioconductor packages

The package provides utility functions related to package development. These include functions that replace slots, and selectors for show methods. It aims to coalesce the various helper functions often re-used throughout the Bioconductor ecosystem.

Authors:Marcel Ramos [aut, cre], Martin Morgan [ctb], Hervé Pagès [ctb]

BiocBaseUtils_1.7.0.tar.gz
BiocBaseUtils_1.7.0.zip(r-4.5)BiocBaseUtils_1.7.0.zip(r-4.4)BiocBaseUtils_1.7.0.zip(r-4.3)
BiocBaseUtils_1.7.0.tgz(r-4.4-any)BiocBaseUtils_1.7.0.tgz(r-4.3-any)
BiocBaseUtils_1.7.0.tar.gz(r-4.5-noble)BiocBaseUtils_1.7.0.tar.gz(r-4.4-noble)
BiocBaseUtils_1.7.0.tgz(r-4.4-emscripten)BiocBaseUtils_1.7.0.tgz(r-4.3-emscripten)
BiocBaseUtils.pdf |BiocBaseUtils.html
BiocBaseUtils/json (API)
NEWS

# Install 'BiocBaseUtils' in R:
install.packages('BiocBaseUtils', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/bioconductor/biocbaseutils/issues

On BioConductor:BiocBaseUtils-1.7.0(bioc 3.20)BiocBaseUtils-1.6.0(bioc 3.19)

bioconductor-package

11 exports 7.06 score 0 dependencies 149 dependents

Last updated 2 months agofrom:3b3832f73b

Exports:askUserYesNocheckInstalledisCharacterisScalarCharacterisScalarIntegerisScalarLogicalisScalarNumberisTRUEorFALSEisZeroOneCharacterselectSomesetSlots

Dependencies:

BiocBaseUtils Quick Start

Rendered fromBiocBaseUtils.Rmdusingknitr::rmarkdownon Jun 30 2024.

Last update: 2022-08-18
Started: 2022-08-18

Readme and manuals

Help Manual

Help pageTopics
BiocBaseUtils: Utility and Internal functions for Bioconductor packagesBiocBaseUtils-package BiocBaseUtils
Ask user for a yes/no responseaskUserYesNo
Suite of helper functions to test for typesAssertions isCharacter isScalarCharacter isScalarInteger isScalarLogical isScalarNumber isTRUEorFALSE isZeroOneCharacter
Check packages are installed otherwise suggestcheckInstalled
Select and return only some entries from a vectorselectSome
Convenience function to set slot valuesreplaceSlots setSlots