-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.28 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
Package: SWMPr
Type: Package
Title: Retrieving, Organizing, and Analyzing Estuary Monitoring Data
Version: 2.5.2
Date: 2025-02-02
Author: Marcus W. Beck [aut, cre],
Kimberly Cressman [ctb]
Maintainer: Marcus W. Beck <[email protected]>
Description: Tools for retrieving, organizing, and analyzing environmental
data from the System Wide Monitoring Program of the National Estuarine
Research Reserve System <https://cdmo.baruch.sc.edu/>. These tools
address common challenges associated with continuous time series data
for environmental decision making.
BugReports: https://github.com/fawda123/SWMPr/issues
License: CC0
Imports:
data.table,
httr,
gridExtra,
oce,
dplyr,
lattice,
openair,
RColorBrewer,
reshape2,
suncalc,
tictoc,
tidyr,
XML
LazyData: true
Depends:
R (>= 3.2.0),
ggplot2,
zoo
Suggests:
colorspace,
covr,
ggmap,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Authors@R: c(
person(given = "Marcus W.", family = "Beck",
role = c("aut","cre"),
email = "[email protected]"),
person(given = "Kimberly", family = "Cressman",
role = c("ctb"),
email = "[email protected]")
)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: http://fawda123.github.io/SWMPr/
Config/testthat/edition: 3