-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
47 lines (47 loc) · 1.23 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
Package: ContDataQC
Title: Quality Control (QC) of Continous Monitoring Data
Version: 2.0.7.9039
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("David", "Gibbs", role="ctb"),
person("Ben", "Block", role="ctb"),
person("Yadong", "Xu", 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 + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/leppott/ContDataQC
BugReports: https://github.com/leppott/ContDataQC/issues
Imports:
dataRetrieval,
doBy,
ggplot2,
knitr,
rmarkdown,
shiny,
survival,
zoo
Suggests:
IHA,
markdown,
reshape2,
rLakeAnalyzer,
rsconnect,
shinyFiles,
shinythemes,
StreamThermal,
XLConnect,
zip,
testthat (>= 3.0.0),
shinyalert
VignetteBuilder: knitr
Remotes:
tsangyp/StreamThermal,
jasonelaw/iha
StagedInstall: no
RoxygenNote: 7.3.2
Config/testthat/edition: 3