https://github.com/ltla/assorthead
Assorted header-only libraries for Bioconductor
https://github.com/ltla/assorthead
Last synced: 2 months ago
JSON representation
Assorted header-only libraries for Bioconductor
- Host: GitHub
- URL: https://github.com/ltla/assorthead
- Owner: LTLA
- License: other
- Created: 2024-06-15T08:50:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-25T03:52:41.000Z (3 months ago)
- Last Synced: 2026-03-26T08:59:46.467Z (3 months ago)
- Language: C++
- Homepage: https://bioconductor.org/packages/assorthead
- Size: 3.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Assorted header-only C++ libraries for Bioconductor
|Build|Status|
|-----|----|
| Bioc-release | [](http://bioconductor.org/checkResults/release/bioc-LATEST/assorthead) |
| Bioc-devel | [](http://bioconductor.org/checkResults/devel/bioc-LATEST/assorthead) |
This package vendors an assortment of header-only C++ libraries for use in Bioconductor packages.
The use of a central repository avoids duplicate vendoring of libraries across multiple R packages,
and enables better coordination of version updates across cohorts of interdependent C++ libraries.
This package is minimalistic by design to ensure that downstream packages are not burdened with more transitive dependencies.
All vendored libraries are stored in [`inst/include`](inst/include) and can be used via the usual `LinkingTo` mechanism.
The corresponding license for each library is stored in [`inst/licenses`](inst/licenses).
To add new libraries or to update existing versions of the vendored libraries,
maintainers of **assorthead** should edit [`inst/manifest.csv`](inst/manifest.csv) and run [`inst/fetch.R`](inst/fetch.R).