Skip to content

Commit

Permalink
remotes for dev installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Jan 23, 2025
1 parent ebc9954 commit a1aa7f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ O **{geocodebr}** é um pacote computacional para geolicalização de endereços
O pacote ainda não está disponível no CRAN. Você pode instalar a versão em desenvolvimento com o código abaixo:

```r
# install.packages("pak")
pak::pak("ipeaGIT/geocodebr")
# install.packages("remotes")
remotes::install_github("ipeaGIT/geocodebr")
```

## Utilização
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ O pacote ainda não está disponível no CRAN. Você pode instalar a versão
em desenvolvimento com o código abaixo:

``` r
# install.packages("pak")
pak::pak("ipeaGIT/geocodebr")
# install.packages("remotes")
remotes::install_github("ipeaGIT/geocodebr")
```

## Utilização
Expand Down Expand Up @@ -67,7 +67,7 @@ df <- geocodebr::geocode(
enderecos = input_df,
campos_endereco = campos,
resultado_completo = FALSE,
verboso = TRUE,
verboso = FALSE,
cache = TRUE,
n_cores = 1
)
Expand Down
4 changes: 2 additions & 2 deletions vignettes/geocodebr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Caso prefira, a versão em desenvolvimento também pode ser usada. Para isso, us
o seguinte comando:

```{r, eval = FALSE}
# install.packages("pak")
pak::pak("ipeaGIT/geocodebr")
# install.packages("remotes")
remotes::install_github("ipeaGIT/geocodebr")
```

## Utilização
Expand Down

0 comments on commit a1aa7f2

Please sign in to comment.