-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.26 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
Package: abjDash
Title: Useful tools for producing ABJ Dashboards
Version: 0.0.0.9000
Authors@R:
c(person(given = "Katerine",
family = "Witkoski",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3691-6569")),
person(given = "Renata",
family = "Hirota",
role = "aut",
email = "[email protected]"),
person(given = "Associação Brasileira de Jurimetria",
role = c("cph", "fnd")))
Description: The Brazilian Jurimetrics Association (ABJ in
English, see <https://abj.org.br/> for more information) is
a non-profit organization which aims to investigate and promote the
use of statistics and probability in the study of Law and its
institutions. This package implements useful tools for ABJ dashboards.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
broom,
dplyr,
forcats,
fresh,
ggplot2,
highcharter,
magrittr,
purrr,
reactable,
rlang,
rstudioapi,
scales,
shinyWidgets,
stringi,
stringr,
survival,
tibble,
viridis
Suggests:
covr,
testthat
Depends:
R (>= 2.10)