mirror of
https://github.com/Rucknium/xmrpeers.git
synced 2025-01-30 22:35:54 +00:00
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
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:
parent
27b986c5fa
commit
65488a4bac
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue