-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
57 lines (57 loc) · 1.95 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
56
57
Type: Package
Package: censobr
Title: Download Data from Brazil's Population Census
Version: 0.4.0999
Authors@R:
c(person(given="Rafael H. M.", family="Pereira",
email="[email protected]",
role=c("aut", "cre"),
comment = c(ORCID = "0000-0003-2125-7465")),
person(given="Rogério J.", family="Barbosa",
email="[email protected]",
role=c("aut"),
comment = c(ORCID = "0000-0002-6796-4547")),
person(given="Diego Rabatone", family="Oliveira",
email="[email protected]",
role=c("ctb")),
person(given="Neal", family="Richardson",
email="[email protected]",
role=c("ctb")),
person(given = "Ipea - Institute for Applied Economic Research",
role = c("cph", "fnd")))
Description: Easy access to data from Brazil's population censuses. The package
provides a simple and efficient way to download and read the data
sets and the documentation of all the population censuses taken in
and after 1960 in the country. The package is built on top of the
'Arrow' platform <https://arrow.apache.org/docs/r/>, which allows
users to work with larger-than-memory census data using 'dplyr'
familiar functions. <https://arrow.apache.org/docs/r/articles/arrow.html#analyzing-arrow-data-with-dplyr>.
License: MIT + file LICENSE
URL: https://github.com/ipeaGIT/censobr, https://ipeagit.github.io/censobr/
BugReports: https://github.com/ipeaGIT/censobr/issues
Depends:
R (>= 4.1.0)
Imports:
arrow (>= 15.0.1),
checkmate,
curl (>= 5.0.0),
DBI,
dplyr,
duckdb,
fs,
tools
Suggests:
covr,
dbplyr,
duckplyr,
geobr,
ggplot2 (>= 3.3.1),
rmarkdown,
knitr,
scales,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2