R Package for Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
Find a file
2024-04-30 19:34:15 +00:00
.github Add R-CMD-check.yaml for GitHub check of package build 2024-04-15 12:23:22 +00:00
man Fix compress.log() docs 2024-04-30 19:32:56 +00:00
R Fix compress.log() docs 2024-04-30 19:32:56 +00:00
.gitignore Initial commit. Add .gitignore 2024-04-14 21:16:41 +00:00
.Rbuildignore Add README.md 2024-04-15 12:23:55 +00:00
DESCRIPTION Bump version to 0.0.6 2024-04-30 19:34:15 +00:00
LICENSE.md Add GPL-2 license 2024-04-15 11:52:40 +00:00
NAMESPACE Moved archive to from required to suggested packages 2024-04-29 01:01:10 +00:00
README.md Bug fixes to ping.peers() and better installation instructions 2024-04-15 16:31:20 +00:00

xmrpeers

Lifecycle:
experimental R-CMD-check

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

Installation

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")