-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
87 lines (87 loc) · 2.6 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: nsink
Title: Flow path nitrogen removal estimation
Version: 1.3.1
Authors@R: c(person(given = "Jeffrey",
family = "Hollister",
role = c("aut", "cre"),
email = "hollister.jeff@epa.gov",
comment = c(ORCID = "0000-0002-9254-9740")),
person(given = "Dorothy",
family = "Kellogg",
role = c("aut"),
email = "qkellogg@uri.edu",
comment = c(ORCID = "0000-0002-9509-4606")),
person(given = "Qian",
family = "Lei-Parent",
role = c("aut"),
email = "qian.lei@uconn.edu",
comment = c(ORCID = "0000-0002-1904-2513")),
person(given = "Chester",
family = "Arnold",
role = c("ctb"),
email = "chester.arnold_jr@uconn.edu"),
person(given = "Arthur",
family = "Gold",
role = c("ctb"),
email = "agold@uri.edu",
comment = c(ORCID = "0000-0002-0290-1377")),
person(given = "Emily",
family = "Wilson",
role = c("ctb"),
email = "emily.wilson@uconn.edu",
comment = c(ORCID = "0000-0003-0035-5752")),
person(given = "Cary",
family = "Chadwick",
role = c("ctb"),
email = "cary.chadwick@uconn.edu",
comment = c(ORCID = "0000-0002-6952-7535")),
person(given = "David",
family = "Dickson",
role = c("ctb"),
email = "david.dickson@uconn.edu>, ",
comment = c(ORCID = "0000-0002-2660-6460")),
person(given = "Kenneth",
family = "Forshay",
role = c("fnd"),
email = "forshay.ken@epa.gov>, ",
comment = c(ORCID = "0000-0002-2867-8492")))
Description: N-Sink is an analysis that utilizes geospatial data to estimate a
flow path and the nitrogen removal along that flow path.
Additionally, several static maps summarizing nitrogen removal may
be summarized. The nsink package provides tools to setup and run
this analysis for any HUC in the United States.
Depends: R (>= 3.5.0)
Imports:
sf,
raster,
httr,
dplyr,
fasterize,
zoo,
igraph,
lwgeom,
readr,
FedData,
foreign,
gstat,
methods,
rlang,
furrr,
future,
stars,
units,
archive
Remotes: ropensci/FedData
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://jhollist.github.io/nsink/
BugReports: https://github.com/USEPA/nsink/issues
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
markdown,
testthat,
covr
VignetteBuilder: knitr