R Package for Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
Find a file
Rucknium 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
Preparing pkgdown docs website
2024-11-18 16:37:38 +00:00
.github Preparing pkgdown docs website 2024-11-18 16:37:38 +00:00
man Add key images to txpool data collection 2024-11-18 15:03:01 +00:00
R Add key images to txpool data collection 2024-11-18 15:03:01 +00:00
.gitignore Preparing pkgdown docs website 2024-11-18 16:37:38 +00:00
.Rbuildignore Preparing pkgdown docs website 2024-11-18 16:37:38 +00:00
_pkgdown.yml Preparing pkgdown docs website 2024-11-18 16:37:38 +00:00
DESCRIPTION Preparing pkgdown docs website 2024-11-18 16:37:38 +00:00
LICENSE.md Add GPL-2 license 2024-04-15 11:52:40 +00:00
NAMESPACE Add peers.ip.collect() 2024-11-08 19:29:39 +00:00
README.md Add installation instructions for R on Linux 2024-11-08 19:33:47 +00:00

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)