2024-04-15 12:23:55 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2024-04-15 16:31:20 +00:00
|
|
|
You can install the development version of xmrpeers from [GitHub](https://github.com/) if you have `git` and `curl` installed on your system with:
|
2024-04-15 12:23:55 +00:00
|
|
|
|
|
|
|
```R
|
2024-04-15 16:31:20 +00:00
|
|
|
install.packages("remotes")
|
|
|
|
remotes::install_github("Rucknium/xmrpeers")
|
2024-04-15 12:23:55 +00:00
|
|
|
```
|
|
|
|
|