mirror of
https://github.com/Rucknium/xmrpeers.git
synced 2024-12-22 03:29:22 +00:00
R Package for Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
5662e90705
Some checks failed
R-CMD-check / ubuntu-latest (devel) (push) Has been cancelled
R-CMD-check / macos-latest (release) (push) Has been cancelled
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
pkgdown.yaml / pkgdown (push) Has been cancelled
|
||
---|---|---|
.github | ||
man | ||
R | ||
.gitignore | ||
.Rbuildignore | ||
_pkgdown.yml | ||
DESCRIPTION | ||
LICENSE.md | ||
NAMESPACE | ||
README.md |
xmrpeers
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)