-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 889 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
33
34
35
36
37
38
39
40
41
42
Package: desertsprings
Type: Package
Title: Desert Springs Protocol R Package
Version: 0.1.0
Authors@R: c(person("Jennifer", "Bailard", email = "jennifer_bailard@nps.gov", role=c("aut")),
person("Sarah", "Wright", email = "sarah_wright@nps.gov", role=c("aut","cre")))
Description: This R package is intended to provide automated QA/QC, visualization, and
basic analysis and statistical summaries of data collected for the Desert Springs
monitoring protocol.
License: CC0
Encoding: UTF-8
LazyData: true
Imports:
dbplyr,
dplyr,
ggplot2,
knitr,
lubridate,
odbc,
plyr,
pool,
rmarkdown,
roxygen2,
stringr,
testthat,
tidyr,
magrittr,
leaflet
Suggests:
crosstalk,
ggpmisc,
gridExtra,
htmltools,
httr,
jsonlite,
rappdirs,
readr,
tibble,
tidytext,
utf8,
here
RoxygenNote: 7.2.3