Skip to content

Commit

Permalink
Add the suffix "-r" in the repo specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-ixpantia authored and andyquinterom committed Jan 9, 2025
1 parent 926ea9b commit 4f24d0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,23 @@ this package from Git using whatever method you prefer.
With `remotes`:

```R
remotes::install_github("ixpantia/orbweaver")
remotes::install_github("ixpantia/orbweaver-r")
```

With `devtools`:

```R
devtools::install_github("ixpantia/orbweaver")
devtools::install_github("ixpantia/orbweaver-r")
```

With `renv`:

```R
renv::install("ixpantia/orbweaver")
renv::install("ixpantia/orbweaver-r")
```

With `pak`:

```R
pak::pak("ixpantia/orbweaver")
pak::pak("ixpantia/orbweaver-r")
```

0 comments on commit 4f24d0d

Please sign in to comment.