-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.68 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
Package: resevol
Type: Package
Title: Simulate Agricultural Production and Evolution of Pesticide Resistance
Version: 0.3.4.0
Imports: stats(>= 4.0.0), utils (>= 4.0.0)
Authors@R: c(person("A. Bradley", "Duthie", email = "brad.duthie@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8343-4995")),
person("Rose", "McKeon", role = c("aut", "ctr")),
person("Rosie", "Mangan", role = c("ctr")),
person("Luc", "Bussiére", role = c("ctr")),
person("Matthew", "Tinsley", role = c("ctr"))
)
Maintainer: A. Bradley Duthie <brad.duthie@gmail.com>
Description: Simulates individual-based models of agricultural pest management
and the evolution of pesticide resistance. Management occurs on a spatially
explicit landscape that is divided into an arbitrary number of farms that
can grow one of up to 10 crops and apply one of up to 10 pesticides. Pest
genomes are modelled in a way that allows for any number of pest traits with
an arbitrary covariance structure that is constructed using an evolutionary
algorithm in the mine_gmatrix() function. Simulations are then run using the
run_farm_sim() function. This package thereby allows for highly mechanistic
social-ecological models of the evolution of pesticide resistance under
different types of crop rotation and pesticide application regimes.
URL: https://bradduthie.github.io/resevol/
BugReports: https://github.com/bradduthie/resevol/issues
Depends: R (>= 4.0.0)
License: GPL (>=2)
LazyData: TRUE
Encoding: UTF-8
VignetteBuilder: knitr
Suggests: knitr,
rmarkdown,
testthat,
markdown
RoxygenNote: 7.2.3