Package: BiocBaseUtils 1.7.3

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.3.tar.gz
BiocBaseUtils_1.7.3.zip(r-4.5)BiocBaseUtils_1.7.3.zip(r-4.4)BiocBaseUtils_1.7.3.zip(r-4.3)
BiocBaseUtils_1.7.3.tgz(r-4.4-any)BiocBaseUtils_1.7.3.tgz(r-4.3-any)
BiocBaseUtils_1.7.3.tar.gz(r-4.5-noble)BiocBaseUtils_1.7.3.tar.gz(r-4.4-noble)
BiocBaseUtils_1.7.3.tgz(r-4.4-emscripten)BiocBaseUtils_1.7.3.tgz(r-4.3-emscripten)
BiocBaseUtils.pdf |BiocBaseUtils.html
BiocBaseUtils/json (API)
NEWS

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

Peer review:

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

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

bioconductor-packagecore-package

12 exports 4 stars 7.17 score 0 dependencies 153 dependents 3 scripts

Last updated 19 days agofrom:19d5e31628. Checks:OK: 1 NOTE: 6. Indexed: no.

TargetResultDate
Doc / VignettesOKAug 28 2024
R-4.5-winNOTEAug 28 2024
R-4.5-linuxNOTEAug 28 2024
R-4.4-winNOTEAug 28 2024
R-4.4-macNOTEAug 28 2024
R-4.3-winNOTEAug 28 2024
R-4.3-macNOTEAug 28 2024

Exports:askUserYesNocheckInstalledisCharacterisScalarCharacterisScalarIntegerisScalarLogicalisScalarNumberisTRUEorFALSEisZeroOneCharacterlifeCycleselectSomesetSlots

Dependencies:

BiocBaseUtils Quick Start

Rendered fromBiocBaseUtils.Rmdusingknitr::rmarkdownon Aug 28 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
Set the life cycle stage of a functionlifeCycle
Select and return only some entries from a vectorselectSome
Convenience function to set slot valuesreplaceSlots setSlots