-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.54 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
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: huntfishapp
Title: Exploratory Data Analysis Application for Hunting, Fishing, and Outdoor Recreation
Version: 1.0
Authors@R: c(
person("Christopher", "Chizinski", email = "[email protected]", role = c("aut", "cre"),
comment= c(ORCID = "0000-0001-9294-2588")),
person("Nathaniel", "Price", email = "[email protected]", role = c("aut"),
comment= c(ORCID = "0000-0002-6450-617X")),
person("Kevin", "Pope", email = "[email protected]", role = c("aut"),
comment= c(ORCID = "0000-0003-1876-1687")),
person("Joseph (TJ)", "Fontaine", email = "[email protected]", role = c("aut"),
comment= c(ORCID = "0000-0002-7639-9156"))
)
Description: This package provides an interactive web-based application for
exploratory data analysis of hunting, fishing, and outdoor recreation sales data
from state agency databases. The functions used in the web-based application to extract,
analyze, and plot data are also accessible from R to faciliate custom analyses
and reports.
License: CCBY-4.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends:
future,
ggplot2,
magrittr,
promises,
rlang,
tidyr,
lubridate,
shinyBS,
shiny,
dplyr
Imports:
dbplyr,
DT,
shinyjs,
bsplus,
ggplotify,
circlize,
egg,
lemon,
viridis,
DBI,
odbc,
gridExtra,
snakecase,
feather,
ggthemes,
forcats,
shinycssloaders,
stringr,
RColorBrewer
Suggests:
testthat,
knitr,
rmarkdown,
shinytest,
maps
VignetteBuilder: knitr