-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,29 @@ | ||
Type: Package | ||
Package: abjutils | ||
Title: Useful Tools for Jurimetrical Analysis Used by the | ||
Brazilian Jurimetrics Association | ||
Title: Useful Tools for Jurimetrical Analysis Used by the Brazilian | ||
Jurimetrics Association | ||
Version: 0.3.1.9000 | ||
Date: 2020-08-12 | ||
Authors@R: | ||
c(person(given = "Caio", | ||
family = "Lente", | ||
role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person(given = "Julio", | ||
family = "Trecenti", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-1680-6389")), | ||
person(given = "Katerine", | ||
family = "Witkoski", | ||
role = c("ctb"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-3691-6569")), | ||
person(given = "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. | ||
Authors@R:c( | ||
person("Caio", "Lente", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-8473-069X")), | ||
person("Julio", "Trecenti", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-1680-6389")), | ||
person("Katerine", "Witkoski", , "[email protected]", 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 | ||
Depends: | ||
Depends: | ||
R (>= 3.6) | ||
Imports: | ||
dplyr, | ||
|
@@ -41,12 +33,11 @@ Imports: | |
rstudioapi, | ||
stringi, | ||
stringr, | ||
tidyr, | ||
tibble | ||
Suggests: | ||
tibble, | ||
tidyr | ||
Suggests: | ||
testthat | ||
Encoding: UTF-8 | ||
LazyData: TRUE | ||
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", | ||
"collate")) | ||
RoxygenNote: 7.1.1 | ||
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate")) | ||
RoxygenNote: 7.1.2 |