-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.34 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
47
48
49
50
51
52
Package: ross.wq.tools
Title: Water Quality Time Series Analysis Tools
Version: 0.0.0.9000
Date: 2025-10-21
Authors@R: c(
person("Juan De La Torre", email = "Juan.DeLaTorre@colostate.edu",
role = c("aut", "cre")),
person("Kathryn Willi", email = "Kathryn.Willi@colostate.edu",
role = "aut"),
person("Samuel Struthers", email = "Samuel.Struthers@colostate.edu",
role = "aut")
)
Description: Tools for processing, analyzing, and flagging water quality data
from the Cache la Poudre Watershed monitoring network. This package provides
functions for data validation, quality control flagging, and summary statistics.
This network currently deploys In-Situ Inc AquaTroll multiparameter sondes and
thus this package is optimized to work with sensor data generated from these
instruments and uploaded to In-Situ Inc's cloud service, Hydro Vu.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
data.table,
tidyverse,
lubridate,
zoo,
padr,
stats,
RcppRoll,
yaml,
janitor,
Rcpp,
magrittr,
dplyr,
purrr,
rlang,
httr2,
rvest,
stringr,
arrow,
readr,
readxl,
tibble,
tidyr,
xml2,
groupdata2,
slider
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr