-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
105 lines (105 loc) · 2.51 KB
/
DESCRIPTION
File metadata and controls
105 lines (105 loc) · 2.51 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Package: tbeptools
Title: Data and Indicators for the Tampa Bay Estuary Program
Version: 3.1.0.9028
Date: 2026-03-02
Authors@R: c(
person(given = "Marcus",
family = "Beck",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4996-0059")
),
person(given = "Meagan",
family = "Schrandt",
role = c("aut"),
email = "[email protected]",,
comment = c(ORCID = "0000-0002-0482-5072")
),
person(given = "Mike",
family = "Wessel",
role = c("aut"),
email = "[email protected]"
),
person(given = "Ed",
family = "Sherwood",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5330-302X")
),
person(given = "Gary",
family = "Raulerson",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5920-5743")
),
person(given = "Adhokshaja Achar",
family = "Budihal Prasad",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6485-6858")
),
person(given = "Benjamin",
family = "Best",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2686-0784")
),
person(given = "Kim",
family = "Cressman",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8083-2434"))
)
Description: Several functions are provided for working with Tampa Bay Estuary
Program data and indicators, including the water quality report card, tidal creek
assessments, Tampa Bay Nekton Index, Tampa Bay Benthic Index, seagrass transect
data, habitat report card, and fecal indicator bacteria. Additional functions are
provided for miscellaneous tasks, such as reference library curation.
Depends:
R (>= 4.1),
methods
Imports:
dataRetrieval,
dplyr,
flextable,
fs,
ggplot2 (>= 3.2.0),
httr,
httr2,
jsonlite,
leaflet,
lubridate,
patchwork,
plotly,
purrr,
reactable,
readxl,
rvest,
sf,
terra,
tibble,
tidyr,
tools
Suggests:
bookdown,
ftExtra,
ggmap,
ggnewscale,
ggrepel,
ggspatial,
htmlwidgets,
knitr,
mapview,
mockery,
rmarkdown,
testthat (>= 2.1.0),
covr
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
URL: https://github.com/tbep-tech/tbeptools
BugReports: https://github.com/tbep-tech/tbeptools/issues