11Type: Package
22Package: RcppTskit
3- Title: R Access to the Tskit C API
3+ Title: 'R' Access to the 'tskit C' API
44Version: 0.2.0
55Date: 2026-01-27
66Authors@R: c(
@@ -15,14 +15,14 @@ Description: 'Tskit' enables efficient storage, manipulation, and analysis
1515 al. (2024) <doi:10.1093/genetics/iyae100>, while `tskit` project is
1616 described in Jeffrey et al. (2026) <doi:10.48550/arXiv.2602.09649>.
1717 See also <https://tskit.dev> for project news, documentation, and
18- tutorials. 'Tskit' provides Python, C , and Rust application
19- programming interfaces (APIs). The Python API can be called from R via
18+ tutorials. 'Tskit' provides ' Python', 'C' , and ' Rust' application
19+ programming interfaces (APIs). The ' Python' API can be called from 'R' via
2020 the 'reticulate' package to load and analyse tree sequences as
2121 described at <https://tskit.dev/tutorials/tskitr.html>. 'RcppTskit'
22- provides R access to the 'tskit' C API for cases where the
22+ provides 'R' access to the 'tskit C' API for cases where the
2323 'reticulate' option is not optimal; for example, high-performance or
2424 low-level work with tree sequences. Currently, 'RcppTskit' provides a
25- limited set of R functions because the Python API and 'reticulate'
25+ limited set of 'R' functions because the ' Python' API and 'reticulate'
2626 already covers most needs.
2727License: MIT + file LICENSE
2828URL: https://github.com/HighlanderLab/RcppTskit
0 commit comments