-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.16 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
Package: arms
Title: Artemisinin resistance modelling via selection
Version: 0.1.0
Authors@R:
c(person(given = "OJ",
family = "Watson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2374-0741")))
Description: arms is an R package for simulating the spread of artemisinin
resistance in sub-Saharan African context. The package provides tools to
simulate how any genetic trait may spread geographically by modelling the
spread within regions based on assigned selection coefficients and modelling
the spread between regions based on rules for how parasites move between
regions based on their adjacency or distance and the prevalence of the genetic
trait in given regions.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
cowplot,
ggplot2,
here,
magrittr,
R6,
purrr,
spdep,
magenta,
ragg,
dplyr
Suggests:
knitr,
rmarkdown,
testthat
Remotes:
OJWatson/magenta
URL: https://ojwatson.github.io/arms/
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr