Package: BiocBaseUtils 1.15.1
BiocBaseUtils: Utility and internal functions for Bioconductor packages
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.
Authors:
BiocBaseUtils_1.15.1.tar.gz
BiocBaseUtils_1.15.1.zip(r-4.7)BiocBaseUtils_1.15.1.zip(r-4.6)BiocBaseUtils_1.15.0.zip(r-4.5)
BiocBaseUtils_1.15.1.tgz(r-4.6-any)BiocBaseUtils_1.15.0.tgz(r-4.5-any)
BiocBaseUtils_1.15.1.tar.gz(r-4.7-any)BiocBaseUtils_1.15.1.tar.gz(r-4.6-any)
BiocBaseUtils_1.15.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
BiocBaseUtils/json (API)
NEWS
| # Install 'BiocBaseUtils' in R: |
| install.packages('BiocBaseUtils', repos = c('https://link-ny.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bioconductor/biocbaseutils/issues
On BioConductor:BiocBaseUtils-1.15.1(bioc 3.24)BiocBaseUtils-1.14.0(bioc 3.23)
softwareinfrastructurebioconductor-packagecore-package
Last updated from:79c6f035cd. Checks:7 OK, 2 FAIL. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 119 | ||
| source / vignettes | OK | 150 | ||
| linux-release-x86_64 | OK | 105 | ||
| macos-release-arm64 | OK | 73 | ||
| macos-oldrel-arm64 | FAIL | 59 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 81 | ||
| windows-oldrel | FAIL | 45 | ||
| wasm-release | OK | 134 |
Exports:askUserYesNocheckInstalledisCharacterisScalarCharacterisScalarIntegerisScalarLogicalisScalarNumberisTRUEorFALSEisZeroOneCharacterlifeCycleselectSomesetSlots
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| 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 |
