-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
37 lines (37 loc) · 1.4 KB
/
DESCRIPTION
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
Package: demes
Title: An R Parser and Validator for Population Genetic Models in the 'Demes' Format
Version: 0.0.0.9000
Authors@R:
c(person(given = "Isabel M.",
family = "Pötzsch",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Graham",
family = "Gower",
role = c("ctb"),
comment = c(ORCID = "0000-0002-6197-3872")),
person(given = "Martin",
family = "Petr",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4879-8421")))
Description: A parser and validator of population genetic demographic
models specified in the 'Demes' format by Gower et al. (2022)
<doi:10.1093/genetics/iyac131>. 'Demes' models (encoded as standard
'YAML' files) are parsed, validated against the formal specification of
the 'Demes' standard, and represented in memory as standard R objects,
intended to be easy to inspect by the user and leveraged for simulation
of genomic data using downstream software according to their preferences.
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
yaml
Suggests:
reticulate,
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.2.3
URL: https://github.com/RacimoLab/demes-r
BugReports: https://github.com/RacimoLab/demes-r/issues