Package: BiocBaseUtils 1.9.0
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:
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')) |
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
Last updated 23 days agofrom:d643df4e5d. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win | NOTE | Nov 18 2024 |
R-4.5-linux | NOTE | Nov 18 2024 |
R-4.4-win | NOTE | Nov 18 2024 |
R-4.4-mac | NOTE | Nov 18 2024 |
R-4.3-win | NOTE | Nov 18 2024 |
R-4.3-mac | NOTE | Nov 18 2024 |
Exports:askUserYesNocheckInstalledisCharacterisScalarCharacterisScalarIntegerisScalarLogicalisScalarNumberisTRUEorFALSEisZeroOneCharacterlifeCycleselectSomesetSlots
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
BiocBaseUtils: Utility and Internal functions for Bioconductor packages | BiocBaseUtils-package BiocBaseUtils |
Ask user for a yes/no response | askUserYesNo |
Suite of helper functions to test for types | Assertions isCharacter isScalarCharacter isScalarInteger isScalarLogical isScalarNumber isTRUEorFALSE isZeroOneCharacter |
Check packages are installed otherwise suggest | checkInstalled |
Set the life cycle stage of a function | lifeCycle |
Select and return only some entries from a vector | selectSome |
Convenience function to set slot values | replaceSlots setSlots |