forked from fawda123/SWMPr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.15 KB
/
Copy pathDESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.15 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
Package: SWMPr
Type: Package
Title: Retrieving, Organizing, and Analyzing Estuary Monitoring Data
Version: 2.3.2
Date: 2020-05-06
Author: Marcus W. Beck [aut, cre],
Kimberly Cressman [ctb]
Maintainer: Marcus W. Beck <marcusb@sccwrp.org>
Description: 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.
BugReports: http://github.com/fawda123/SWMPr/issues
License: CC0
Imports:
data.table,
httr,
ggmap,
gridExtra,
maptools,
oce,
dplyr,
lattice,
openair,
RColorBrewer,
reshape2,
tictoc,
tidyr,
XML
LazyData: true
Depends:
R (>= 3.2.0),
ggplot2,
zoo
Suggests:
colorspace
Authors@R: c(
person(given = "Marcus W.", family = "Beck",
role = c("aut","cre"),
email = "marcusb@sccwrp.org"),
person(given = "Kimberly", family = "Cressman",
role = c("ctb"),
email = "kimberly.cressman@dmr.ms.gov")
)
RoxygenNote: 6.1.1