mirror of
https://github.com/Rucknium/xmrpeers.git
synced 2025-03-12 09:29:25 +00:00
20 lines
657 B
Markdown
20 lines
657 B
Markdown
|
|
# xmrpeers
|
|
|
|
<!-- badges: start -->
|
|
[](https://lifecycle.r-lib.org/articles/stages.html)
|
|
[](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/) with:
|
|
|
|
```R
|
|
# install.packages("devtools")
|
|
devtools::install_github("Rucknium/xmrpeers")
|
|
```
|
|
|