Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 810 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 810 Bytes

xmrpeers

Lifecycle: experimental R-CMD-check

xmrpeers is an alpha project. Expect breaking changes in future versions.

Installation

Install R. Linux users should install the r-base and r-base-dev system packages.

You can install the development version of xmrpeers from GitHub if you have git and curl installed on your system with:

install.packages("remotes")
remotes::install_github("Rucknium/xmrpeers", upgrade = FALSE)