forked from HighlanderLab/RcppTskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.97 KB
/
Copy pathDESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Type: Package
Package: RcppTskit
Title: 'R' Access to the 'tskit C' API
Version: 0.3.0
Date: 2026-03-01
Authors@R: c(
person("Gregor", "Gorjanc", , "gregor.gorjanc@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8008-2787")),
person("Tskit Developers", role = "cph",
comment = "Authors of included tskit C library")
)
Description: 'Tskit' enables efficient storage, manipulation, and analysis
of ancestral recombination graphs (ARGs) using succinct tree sequence
encoding. The tree sequence encoding of an ARG is described in Wong et
al. (2024) <doi:10.1093/genetics/iyae100>, while 'tskit' project is
described in Jeffrey et al. (2026) <doi:10.48550/arXiv.2602.09649>.
See also <https://tskit.dev> for project news, documentation, and
tutorials. 'Tskit' provides 'Python', 'C', and 'Rust' application
programming interfaces (APIs). The 'Python' API can be called from 'R'
via the 'reticulate' package to load and analyse tree sequences as
described at <https://tskit.dev/tutorials/tskitr.html>. 'RcppTskit'
provides 'R' access to the 'tskit C' API for cases where the
'reticulate' option is not optimal; for example, high-performance or
low-level work with tree sequences. Currently, 'RcppTskit' provides a
limited set of functions because the 'Python' API and 'reticulate'
already cover most needs. The provided `RcppTskit R` API mirrors the
`tskit Python` API, while the `RcppTskit C++` API mirrors the `tskit
C` API.
License: MIT + file LICENSE
URL: https://github.com/HighlanderLab/RcppTskit
BugReports: https://github.com/HighlanderLab/RcppTskit/issues
Depends:
R (>= 4.0.0)
Imports:
bit64,
methods,
R6,
Rcpp (>= 1.0.8),
reticulate (>= 1.43.0)
Suggests:
covr,
knitr,
quarto,
spelling,
testthat (>= 3.0.0)
LinkingTo:
Rcpp (>= 0.12.10)
VignetteBuilder:
quarto
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.3.3