Skip to content

Commit f24bfbc

Browse files
committed
add {arrow} to suggests
1 parent e26cdf0 commit f24bfbc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

r-package/DESCRIPTION

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Imports:
3838
sf (>= 0.9-3),
3939
utils
4040
Suggests:
41+
arrow (>= 15.0.1),
4142
censobr (>= 0.3.2),
4243
covr,
4344
dplyr (>= 0.8-3),

r-package/vignettes/intro_to_geobr.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ First, we need to download households data from the Brazilian census using the `
216216

217217
```{r}
218218
library(censobr)
219+
library(arrow)
219220
220221
hs <- read_households(year = 2010,
221-
showProgress = FALSE,
222-
cache = FALSE)
222+
showProgress = FALSE)
223223
224224
```
225225

0 commit comments

Comments
 (0)