-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.5 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: demografr
Type: Package
Title: A Toolkit for Simulation-Based Inference in Population Genetics
Version: 0.1.0
Authors@R:
person(given = "Martin",
family = "Petr",
role = c("aut", "cre"),
email = "contact@bodkan.net",
comment = c(ORCID = "0000-0003-4879-8421"))
Description: A toolkit for simulation-based inferences of demographic models in
population genetics, such as Approximate Bayesian Computation, grid-based
parameter sweeps, but also simulation-based parameter optimization.
Demographic models are specified using the standard functionality of the
'slendr' R package, and summary statistics are computed using its 'tskit'
interface for tree-sequence analyses. Together with features for specifying
parameter prior distributions and implicit parallelism, users can build
efficient, reproducible, and fully automated population genetic inference
pipelines entirely in R.
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
abc,
dplyr,
future.apply,
ggplot2,
magrittr,
methods,
reticulate,
tidyr,
GA,
slendr,
progressr
Remotes: bodkan/slendr
Suggests:
ape,
cowplot,
devtools,
future,
here,
knitr,
lobstr,
rmarkdown,
sf,
stars,
rnaturalearth,
parallel,
doParallel,
markdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://github.com/bodkan/demografr