xmrpeers/README.md
Rucknium 65488a4bac
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
Default to not upgrade other packages in installation instructions
2024-10-20 21:38:02 +00:00

20 lines
724 B
Markdown

# xmrpeers
<!-- badges: start -->
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![R-CMD-check](https://github.com/Rucknium/xmrpeers/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Rucknium/xmrpeers/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
`xmrpeers` is an alpha project. Expect breaking changes in future versions.
## Installation
You can install the development version of xmrpeers from [GitHub](https://github.com/) if you have `git` and `curl` installed on your system with:
```R
install.packages("remotes")
remotes::install_github("Rucknium/xmrpeers", upgrade = FALSE)
```