Assorted header-only C++ libraries for Bioconductor
Build
Status
Bioc-release
Bioc-devel
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 and can be used via the usual LinkingTo mechanism.
The corresponding license for each library is stored in inst/licenses.
To add new libraries or to update existing versions of the vendored libraries,
maintainers of assorthead should edit inst/manifest.csv and run inst/fetch.R.
关于
该 Bioconductor 包用于集中分发可供其他包 LinkingTo 的 header-only C++ 库,不是排序分析工具。
Assorted header-only C++ libraries for Bioconductor
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/includeand can be used via the usualLinkingTomechanism. The corresponding license for each library is stored ininst/licenses.To add new libraries or to update existing versions of the vendored libraries, maintainers of assorthead should edit
inst/manifest.csvand runinst/fetch.R.