forked from NOAA-OCM/SWMPrExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.46 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
Package: SWMPrExtension
Type: Package
Title: Additional Functions for Retrieving, Organizing, and Analyzing Estuary Monitoring Data
Version: 0.3.17.9000
Author: Julie Padilla [aut, cre],
Marcus Beck [ctb],
Kimberly Cressman [ctb],
Bob Rudis [ctb]
Maintainer: Dave Eslinger <[email protected]>
Description: Additional tools for retrieving, organizing, and analyzing environmental
data from the System Wide Monitoring Program of the National Estuarine
Research Reserve System <http://cdmo.baruch.sc.edu/>. These tools
address common challenges associated with continuous time series data
for environmental decision making, and are intended for use in annual reporting activities.
BugReports: https://github.com/NOAA-OCM/SWMPrExtension/issues
License: CC0
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.2.0),
SWMPr
Imports:
broom,
dplyr,
EnvStats,
flextable,
ggplot2,
ggthemes,
grDevices,
leaflet,
lubridate,
magrittr,
maptools,
methods,
officer,
tidyr,
scales,
RColorBrewer,
rgdal,
rgeos,
rlang,
sp
Authors@R: c(
person(given = "Julie", family = "Padilla",
role = c("aut", "cre"),
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 = "Bob", family = "Rudis",
role = c("ctb"),
email = "[email protected]")
)
RoxygenNote: 6.0.1