Skip to content

Commit

Permalink
Cambiando devtools por remotes en README
Browse files Browse the repository at this point in the history
  • Loading branch information
SGS2000 committed Jun 27, 2024
1 parent f6223ad commit ea740fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Todos los tests incluidos en el paquete tienen características similares:
The package can be installed from GitHub: / El paquete puede instalarse desde GitHub:

``` r
devtools::install_github("SGS2000/ClustMC")
remotes::install_github("SGS2000/ClustMC")
```

## Examples / Ejemplos
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The package can be installed from GitHub: / El paquete puede instalarse
desde GitHub:

``` r
devtools::install_github("SGS2000/ClustMC")
remotes::install_github("SGS2000/ClustMC")
```

## Examples / Ejemplos
Expand Down

0 comments on commit ea740fa

Please sign in to comment.