-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
32 lines (32 loc) · 1.21 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
Package: wql
Type: Package
Title: Exploring Water Quality Monitoring Data
Encoding: UTF-8
Version: 1.0.1
Authors@R: c(
person("Alan", "Jassby", role = c("aut")),
person("James", "Cloern", role = c("ctb")),
person("Jemma", "Stachelek", role = c("ctb", "cre"), email = "[email protected]")
)
Maintainer: Jemma Stachelek <[email protected]>
URL: https://github.com/jsta/wql
BugReports: https://github.com/jsta/wql/issues
Description: Functions to assist in the processing and
exploration of data from environmental monitoring programs.
The package name stands for "water quality" and reflects the
original focus on time series data for physical and chemical
properties of water, as well as the biota. Intended for
programs that sample approximately monthly, quarterly or
annually at discrete stations, a feature of many legacy data
sets. Most of the functions should be useful for analysis of
similar-frequency time series regardless of the subject
matter.
Depends: R (>= 3.0.0)
Imports: graphics, grDevices, methods, stats, ggplot2 (>= 1.0), reshape2, zoo
LazyData: yes
License: GPL-2
VignetteBuilder: knitr
NeedsCompilation: no
RoxygenNote: 7.3.1
Suggests: knitr,
rmarkdown