-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1020 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
43
44
45
46
47
Package: councilsnapshots
Type: Package
Title: Council Snapshots
Version: 0.1.0.9000
Authors@R: c(person("Nick", "Solomon", email = "nsolomon@council.nyc.gov",
role = c("aut", "cre")),
person("Rose", "Martinez", email = "romartinez@council.nyc.gov",
role = c("aut")))
BugReports: https://github.com/NewYorkCityCouncil/council_snapshots/issues
Description: This package contains the shiny app Council Snapshots, along with
code for deploying the app to shinyapps.io using travis.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports: shiny,
remotes,
dplyr,
ggplot2,
plotly,
sf,
leaflet,
stringr,
purrr,
shinycssloaders,
shinydashboard,
tibble,
lubridate,
extrafont,
webshot,
pool,
rsconnect,
DT,
councildown,
dbplyr,
bookdown,
rmarkdown,
knitr,
scales,
here,
rprojroot,
RPostgreSQL,
shinyBS
Remotes: newyorkcitycouncil/councildown
RoxygenNote: 6.1.1
Suggests:
testthat,
shinytest