-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 825 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
Package: njoaguofdash
Type: Package
Title: NJ OAG Use of Force data dashboard
Version: 1.0.0
Authors@R:
person("Tor", "Gunston", , "tor.gunston@protonmail.com", role = c("aut", "cre"))
Description: A dashboard application illustrating the njoaguof data package,
which is is a repackaging of the NJ OAG Use of Force dataset.
License: CC0
URL: https://github.com/tor-gu/njoaguofdash
BugReports: https://github.com/tor-gu/njoaguofdash/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: gzip
Imports:
dplyr,
DT,
glue,
magrittr,
njoaguof,
plotly,
rlang,
rmarkdown,
shiny,
shinycssloaders,
shinyhelper,
shinyjs,
stringr,
tidyr,
tigris
RoxygenNote: 7.1.2
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0),
tibble
Config/testthat/edition: 3