-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
39 lines (39 loc) · 1.1 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
Package: epiphytoolR
Title: Epiphytotic Modeling Tools
Version: 0.0.2
Authors@R:
c(person(given = "Paul",
family = "Melloy",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4253-7167")),
person(given = "Adam H.",
family = "Sparks",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0061-8359")))
Description: epiphytoolR provides functions for undertaking epiphytotic modelling
and simulation studies in R. This package provides common base level functions
that can be used in modelling the spatial movement of splash and wind
dispersed plant disease inoculum.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
stats,
data.table,
circular,
sf,
units,
geosphere
Suggests:
agricolae,
testthat (>= 3.0.0),
lubridate (>= 1.7.10),
agricolae
Config/testthat/edition: 3
Depends:
R (>= 4.0.1)
URL: https://paulmelloy.github.io/epiphytoolR/