-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.31 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
Package: JurisMiner
Type: Package
Date: 2024-10-08
Title: Mineração de textos dos tribunais brasilerios
Version: 1.5.0
Authors@R: c(
person("José", "de Jesus Filho", email = "[email protected]",
role = c("aut", "cre")),
person(family = "Brazilian Jurimetrics Association", role = "cph"))
Maintainer: The package maintainer <[email protected]>
URL: https://github.com/courtsbr/JurisMiner
BugReports: https://github.com/courtsbr/JurisMiner/issues
Description: The Brazilian Jurimetrics Association (ABJ in Portuguese,
see <http://www.abjur.org.br/en/> 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 packages has useful functions to mine judicial decisions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
Depends:
R (>= 3.5.0)
Imports:
abjutils,
stringr,
dplyr,
magrittr,
tibble,
tidyr,
purrr,
rlang (>= 0.1.2),
lubridate,
httr,
httr2,
vctrs,
stringdist,
sys
RoxygenNote: 7.3.2
Suggests:
roxygen2,
quanteda,
crul,
DT,
xml2,
stringi,
tokenizers,
pdftools,
openxlsx,
glue,
openai,
jsonlite,
snakecase,
reticulate,
readr,
ssh