-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1012 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: penitenciaR
Title: Base de dados e ferramentas para manuseio do SisDEPEN em formato tidy
Version: 0.0.1
Authors@R:
person(given = "Rodrigo",
family = "Dornelles",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3709-4760"))
Description: Base de dados do SisDEPEN, oriunda do Ministério da Justiça e Segurança Pública com os dados de todas as unidades prisionais nacionais. O pacote vem acompanhado das bases de dados em formato tidy e ferramentas para seu manuseio
License: CC0
Language: pt-BR
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/rfdornelles/penitenciaR
BugReports: https://github.com/rfdornelles/penitenciaR/issues
Imports:
clipr,
dplyr,
fs,
httr,
magrittr,
purrr,
readxl,
rlang,
stringr,
tibble
Suggests:
abjutils,
janitor,
spelling,
tidyselect,
xml2
Depends:
R (>= 3.5.0)