-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.26 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: pathomove
Title: Individual-based model of animal movement strategies evolved under pathogen risk
Version: 1.0.0.0000
Authors@R:
c(person(given = "Pratik",
family = "Gupte",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0001-5294-7819")))
Description: Runs the Pathomove simulation, a mechanisitic, spatially explicit, individual-based model of the evolution of animal social movement strategies under different scenarios of pathogen transmission risk, primarily focusing on the introduction of a novel pathogen to a population, as described in Gupte et al. (2022) <doi:10.1101/2022.03.09.483239>.
URL: https://github.com/pratikunterwegs/pathomove
BugReports: https://github.com/pratikunterwegs/pathomove/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
LinkingTo:
Rcpp,
RcppParallel,
BH,
testthat
Imports:
Rcpp,
RcppParallel,
assertthat,
data.table,
glue,
igraph,
tidygraph,
methods
Suggests:
testthat (>= 3.0.0),
ssh,
xml2,
knitr,
rmarkdown,
covr
SystemRequirements:
C++14
VignetteBuilder: knitr
Config/testthat/edition: 3