Default to not upgrade other packages in installation instructions
Some checks failed
R-CMD-check / ubuntu-latest (oldrel-1) (push) Has been cancelled
R-CMD-check / ubuntu-latest (release) (push) Has been cancelled
R-CMD-check / windows-latest (release) (push) Has been cancelled
R-CMD-check / ubuntu-latest (devel) (push) Has been cancelled
R-CMD-check / macos-latest (release) (push) Has been cancelled

This commit is contained in:
Rucknium 2024-10-20 21:38:02 +00:00
parent 27b986c5fa
commit 65488a4bac

View file

@ -15,6 +15,6 @@ You can install the development version of xmrpeers from [GitHub](https://github
```R
install.packages("remotes")
remotes::install_github("Rucknium/xmrpeers")
remotes::install_github("Rucknium/xmrpeers", upgrade = FALSE)
```