mirror of
https://github.com/Rucknium/xmrpeers.git
synced 2024-12-22 11:39:23 +00:00
Add README.md
This commit is contained in:
parent
0dfd8475d5
commit
c357201f5b
2 changed files with 21 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
^.*\.Rproj$
|
^.*\.Rproj$
|
||||||
^\.Rproj\.user$
|
^\.Rproj\.user$
|
||||||
^\.github$
|
^\.github$
|
||||||
README.md
|
^README.md
|
||||||
^LICENSE\.md$
|
^LICENSE\.md$
|
||||||
|
|
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
|
||||||
|
# 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/) with:
|
||||||
|
|
||||||
|
```R
|
||||||
|
# install.packages("devtools")
|
||||||
|
devtools::install_github("Rucknium/xmrpeers")
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue