-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
103 lines (103 loc) · 2.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
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
Package: tbeptools
Title: Data and Indicators for the Tampa Bay Estuary Program
Version: 3.0.0.9020
Date: 2025-02-12
Authors@R: c(
person(given = "Marcus",
family = "Beck",
role = c("aut", "cre"),
email = "mbeck@tbep.org",
comment = c(ORCID = "0000-0002-4996-0059")
),
person(given = "Meagan",
family = "Schrandt",
role = c("aut"),
email = "Meagan.Schrandt@myfwc.com",,
comment = c(ORCID = "0000-0002-0482-5072")
),
person(given = "Mike",
family = "Wessel",
role = c("aut"),
email = "mwessel@janickienvironmental.com"
),
person(given = "Ed",
family = "Sherwood",
role = c("aut"),
email = "esherwood@tbep.org",
comment = c(ORCID = "0000-0001-5330-302X")
),
person(given = "Gary",
family = "Raulerson",
role = c("aut"),
email = "graulerson@tbep.org",
comment = c(ORCID = "0000-0002-5920-5743")
),
person(given = "Adhokshaja Achar",
family = "Budihal Prasad",
role = c("aut"),
email = "adhokshajaac@usf.edu",
comment = c(ORCID = "0000-0002-6485-6858")
),
person(given = "Benjamin",
family = "Best",
role = c("aut"),
email = "ben@ecoquants.com",
comment = c(ORCID = "0000-0002-2686-0784")
),
person(given = "Kim",
family = "Cressman",
role = c("aut"),
email = "kim@catbirdstats.com",
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 (>= 3.6),
methods
Imports:
dataRetrieval,
dplyr,
flextable,
ggplot2 (>= 3.2.0),
httr,
jsonlite,
leaflet,
lubridate,
patchwork,
plotly,
purrr,
reactable,
readxl,
rnoaa,
sf,
tibble,
tidyr,
tools
Suggests:
bookdown,
ftExtra,
ggmap,
ggnewscale,
ggrepel,
ggspatial,
htmlwidgets,
knitr,
mapview,
mockery,
rmarkdown,
testthat (>= 2.1.0),
covr
Remotes:
ropensci/rnoaa
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.2
URL: https://github.com/tbep-tech/tbeptools
BugReports: https://github.com/tbep-tech/tbeptools/issues