-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.49 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
Package: WEPPR
Title: R interface to the Water Erosion Prediction Project (WEPP) model
Version: 0.0.0.9035
Authors@R:
c(
person(given = "Jarad",
family = "Niemi",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5079-158X")),
person(given = "Gulzina",
family = "Kuttubekova",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3765-108X")),
person(given = "Benedict",
family = "Neo",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7520-3839"))
)
Description: The Water Erosion Prediction Project (WEPP) computer model
simulates water erosion events and estimates runoff, soil detachment, and
soil loss. This package intends to provide easy of access for R users to the
WEPP model including reading and writing input and output files as well as
running WEPP on Linux systems. The focus in development has been to read and
write files associated with the Daily Erosion Project (DEP) and therefore some
idiosyncrasies associated with DEP are likely.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
BugReports: https://github.com/jarad/WEPPR/issues
Suggests:
testthat (>= 2.1.0),
reticulate (>= 1.18),
tidyr (>= 1.3.0),
dplyr (>= 1.1.0),
ggpubr (>= 0.6.0),
patchwork (>= 1.1.2)
Depends:
R (>= 4.0)
VignetteBuilder: knitr