@@ -9,20 +9,21 @@ Authors@R: c(
99 person("Tskit Developers", role = "cph",
1010 comment = "Authors of included tskit C library")
1111 )
12- Description: 'Tskit' enables efficient storage, manipulation, and
13- analysis of ancestral recombination graphs (ARGs) using succinct tree
14- sequence encoding. The tree sequence encoding of an ARG is described
15- in Wong et al. (2024) <doi:10.1093/genetics/iyae100>. See also
16- <https://tskit.dev> for project news, documentation, and tutorials.
17- 'Tskit' provides Python, C, and Rust application programming
18- interfaces (APIs). The Python API can be called from R via the
19- 'reticulate' package to load and analyse tree sequences as described
20- at <https://tskit.dev/tutorials/tskitr.html>. 'RcppTskit' provides R
21- access to the 'tskit' C API for cases where the 'reticulate' option
22- is not optimal; for example, high-performance or low-level work with
23- tree sequences. Currently, 'RcppTskit' provides a limited set of R
24- functions because the Python API and 'reticulate' already covers
25- most needs.
12+ Description: 'Tskit' enables efficient storage, manipulation, and analysis
13+ of ancestral recombination graphs (ARGs) using succinct tree sequence
14+ encoding. The tree sequence encoding of an ARG is described in Wong et
15+ al. (2024) <doi:10.1093/genetics/iyae100>, while `tskit` project is
16+ described in Jeffrey et al. (2026) <doi:10.48550/arXiv.2602.09649>.
17+ 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
20+ the 'reticulate' package to load and analyse tree sequences as
21+ described at <https://tskit.dev/tutorials/tskitr.html>. 'RcppTskit'
22+ provides R access to the 'tskit' C API for cases where the
23+ 'reticulate' option is not optimal; for example, high-performance or
24+ low-level work with tree sequences. Currently, 'RcppTskit' provides a
25+ limited set of R functions because the Python API and 'reticulate'
26+ already covers most needs.
2627License: MIT + file LICENSE
2728URL: https://github.com/HighlanderLab/RcppTskit
2829BugReports: https://github.com/HighlanderLab/RcppTskit/issues
0 commit comments