Skip to content

Commit

Permalink
add {arrow} to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Mar 28, 2024
1 parent e26cdf0 commit f24bfbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions r-package/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Imports:
sf (>= 0.9-3),
utils
Suggests:
arrow (>= 15.0.1),
censobr (>= 0.3.2),
covr,
dplyr (>= 0.8-3),
Expand Down
4 changes: 2 additions & 2 deletions r-package/vignettes/intro_to_geobr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ First, we need to download households data from the Brazilian census using the `

```{r}
library(censobr)
library(arrow)
hs <- read_households(year = 2010,
showProgress = FALSE,
cache = FALSE)
showProgress = FALSE)
```

Expand Down

0 comments on commit f24bfbc

Please sign in to comment.