-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.16 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
Package: brcities
Version: 0.1.0
Title: Downloads Brazilian Cities' Demographics
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 package downloads Brazilian cities' demographics from the Brazilian Intitute of
Geography and Statistics, aka IBGE, and from Fundação Seade in São Paulo state.
Authors@R:c(
person("José", "de Jesus Filho", role = c("aut", "cre"), email="jjesus@abj.org.br"),
person("Julio", "Trecenti", role= "ctb", email= "jtrecenti@abj.org.br"),
person(family = "Brazilian Jurimetrics Association", role = "cph")
)
URL: https://github.com/abjur/brcities
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends: R (>= 3.4.0)
Imports:
purrr,
dplyr,
stringi,
stringr,
jsonlite,
httr,
xml2,
magrittr,
readr,
RecordLinkage,
abjutils,
stringdist
RoxygenNote: 6.1.1
Suggests:
testthat,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr