Package: BiocBaseUtils 1.9.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.9.0.tar.gz
BiocBaseUtils_1.9.0.zip(r-4.5)BiocBaseUtils_1.9.0.zip(r-4.4)BiocBaseUtils_1.9.0.zip(r-4.3)
BiocBaseUtils_1.9.0.tgz(r-4.4-any)BiocBaseUtils_1.9.0.tgz(r-4.3-any)
BiocBaseUtils_1.9.0.tar.gz(r-4.5-noble)BiocBaseUtils_1.9.0.tar.gz(r-4.4-noble)
BiocBaseUtils_1.9.0.tgz(r-4.4-emscripten)BiocBaseUtils_1.9.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.9.0(bioc 3.21)BiocBaseUtils-1.8.0(bioc 3.20)

softwareinfrastructurebioconductor-packagecore-package

8.77 score 4 stars 155 packages 3 scripts 11k downloads 12 exports 0 dependencies

Last updated 23 days agofrom:d643df4e5d. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 18 2024
R-4.5-winNOTENov 18 2024
R-4.5-linuxNOTENov 18 2024
R-4.4-winNOTENov 18 2024
R-4.4-macNOTENov 18 2024
R-4.3-winNOTENov 18 2024
R-4.3-macNOTENov 18 2024

Exports:askUserYesNocheckInstalledisCharacterisScalarCharacterisScalarIntegerisScalarLogicalisScalarNumberisTRUEorFALSEisZeroOneCharacterlifeCycleselectSomesetSlots

Dependencies:

BiocBaseUtils Quick Start

Rendered fromBiocBaseUtils.Rmdusingknitr::rmarkdownon Nov 18 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