-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
42 lines (42 loc) · 1.53 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
Type: Package
Package: abjutils
Title: Useful Tools for Jurimetrical Analysis Used by the Brazilian
Jurimetrics Association
Version: 0.3.2.9000
Date: 2022-01-31
Authors@R: c(
person("Caio", "Lente", , "clente@abj.org.br", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8473-069X")),
person("Julio", "Trecenti", , "julio.trecenti@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-1680-6389")),
person("Katerine", "Witkoski", , "kwitkoski@abj.org.br", role = "ctb",
comment = c(ORCID = "0000-0002-3691-6569")),
person("Associação Brasileira de Jurimetria", role = c("cph", "fnd"))
)
Description: The Brazilian Jurimetrics Association (ABJ in Portuguese, 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 general purpose tools used by ABJ, such as
functions for sampling and basic manipulation of Brazilian lawsuits
identification number. It also implements functions for text cleaning,
such as accentuation removal.
License: MIT + file LICENSE
URL: https://github.com/abjur/abjutils, https://abjur.github.io/abjutils/
Depends:
R (>= 3.6)
Imports:
dplyr,
magrittr,
purrr,
rlang,
rstudioapi,
stringi,
stringr,
tidyr
Suggests:
testthat
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RoxygenNote: 7.1.2