-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.3 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: PoPS
Version: 2.1.0
Title: Pest or Pathogen Spread Model
Description: A generalized stochastic geospatial model for pest or pathogen spread in
forest and agricultural systems.
Authors@R:
c(person(given = "Chris",
family = "Jones",
email = "cmjone25@ncsu.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0229-2970")),
person(given = "Vaclav",
family = "Petras",
role = c("aut"),
comment = c(ORCID = "0000-0001-5566-9236")),
person(given = "Anna",
family = "Petrasova",
role = c("aut"),
comment = c(ORCID = "0000-0002-5120-5538")))
Depends: R (>= 4.0.0)
Imports:
terra,
Rcpp,
stats,
foreach,
parallel,
doParallel,
landscapemetrics,
lubridate,
utils,
MASS,
aws.s3,
Metrics,
methods
License: GPL-3 | file LICENSE
BugReports: https://github.com/ncsu-landscape-dynamics/rpops/issues
URL: http://www.github.com/ncsu-landscape-dynamics/rpops
Encoding: UTF-8
LazyData: true
SystemRequirements:
GNU make
Suggests:
testthat,
rlist,
knitr,
rmarkdown,
qpdf,
remotes,
rcmdcheck,
markdown,
covr,
pkgdown
LinkingTo:
Rcpp
RoxygenNote: 7.3.2
VignetteBuilder: knitr