-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.33 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
Package: tbeploads
Title: Calculate Loading Data to Tampa Bay
Version: 0.0.0.9000
Authors@R: c(
person(given = "Marcus",
family = "Beck",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4996-0059")
),
person(given = "Ed",
family = "Sherwood",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5330-302X")
),
person(given = "Ray",
family = "Pribble",
role = c("aut"),
email = "[email protected]"
)
)
Description: Loading data from major sources to Tampa Bay are calculated on a monthly or annual
basis. Major sources include domestic point source (reuse, end of pipe), industrial point
source, material losses, non-point sources (MS4), atmospheric deposition, and groundwater.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.1)
Imports:
dplyr,
lubridate,
purrr,
rnoaa,
tibble,
tidyr
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr
URL: <https://github.com/tbep-tech/tbeploads>,
<https://tbep-tech.github.io/tbeploads/>
BugReports: https://github.com/tbep-tech/tbeploads/issues
Suggests:
knitr,
mockery,
rmarkdown,
testthat (>= 3.0.0)
Remotes:
ropensci/rnoaa
Config/testthat/edition: 3