-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
77 lines (77 loc) · 2.48 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
Package: SWMPrExtension
Type: Package
Title: Functions for Analyzing and Plotting Estuary Monitoring Data
Version: 2.2.4.2
Maintainer: Matt Dornback <[email protected]>
Description: Tools for performing routine analysis and plotting tasks with environmental
data from the System Wide Monitoring Program of the National Estuarine
Research Reserve System <https://cdmo.baruch.sc.edu/>. This package builds
on the functionality of the 'SWMPr' package <https://cran.r-project.org/package=SWMPr>,
which is used to retrieve and organize the data. The combined set of tools
address common challenges associated with continuous time series data
for environmental decision making, and are intended for use in annual reporting activities.
References:
Beck, Marcus W. (2016) <ISSN 2073-4859><https://journal.r-project.org/archive/2016-1/beck.pdf>
Rudis, Bob (2014) <https://rud.is/b/2014/11/16/moving-the-earth-well-alaska-hawaii-with-r/>.
United States Environmental Protection Agency (2015) <https://cfpub.epa.gov/si/si_public_record_Report.cfm?Lab=OWOW&dirEntryId=327030>.
United States Environmental Protection Agency (2012) <https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.646.1973&rep=rep1&type=pdf>.
BugReports: https://github.com/NOAA-OCM/SWMPrExtension/issues
License: CC0
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0),
SWMPr
Imports:
EnvStats,
RColorBrewer,
broom,
dplyr,
flextable,
ggimage,
ggplot2,
ggthemes,
grDevices,
lubridate,
magrittr,
methods,
officer,
purrr,
rlang,
scales,
sf,
stats,
tidyselect,
tidyr,
utils
Suggests:
ggmap,
testthat (>= 3.0.0)
Authors@R: c(
person(given = "Julie", family = "Padilla",
role = c("aut", "ctb"),
email = "[email protected]"),
person(given = "Marcus", family = "Beck",
role = c("ctb"),
email = "[email protected]"),
person(given = "Kimberly", family = "Cressman",
role = c("ctb"),
email = "[email protected]"),
person(given = "Dave", family = "Eslinger",
role = c("aut", "ctb"),
email = "[email protected]"),
person(given = "Kirk", family = "Waters",
role = c("ctb"),
email = "[email protected]"),
person(given = "Bob", family = "Rudis",
role = c("ctb"),
email = "[email protected]"),
person(given = "Davis", family = "Vaughan",
role = c("ctb"),
email = "[email protected]"),
person(given = "Matt", family = "Dornback",
role = c("aut","cre"),
email = "[email protected]")
)
RoxygenNote: 7.2.3
Config/testthat/edition: 3