forked from leppott/ContDataQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 939 Bytes
/
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: ContDataQC
Title: Quality Control (QC) of Continous Monitoring Data
Version: 2.0.1.9056
Authors@R: c(
person("Erik W.", "Leppo", email="[email protected]",role=c("aut","cre")),
person("Ann","Roseberry Lincoln", role="ctb"),
person("Jen", "Stamp", role="ctb"),
person("John", "van Sickles", role="ctb"))
Description: Quality control checks on continuous data files from Hobo data loggers. Also aggregates and subsets files by a given date range. And runs basic statistics. Outputs reports to Word (requires knitr and Pandoc).
Depends:
R (>= 3.3.3)
License: MIT
Encoding: UTF-8
LazyData: true
URL: https://github.com/leppott/ContDataQC
BugReports: https://github.com/leppott/ContDataQC/issues
RoxygenNote: 6.0.1
Imports:
knitr,
rmarkdown,
dataRetrieval,
zoo,
survival,
doBy
Suggests:
XLConnect,
installr,
IHA,
StreamThermal,
knitr,
rmarkdown
VignetteBuilder: knitr