R Package for Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
Find a file
2024-04-15 12:46:16 +00:00
.github Add R-CMD-check.yaml for GitHub check of package build 2024-04-15 12:23:22 +00:00
man Fix problems from R CMD check 2024-04-15 12:46:16 +00:00
R Fix problems from R CMD check 2024-04-15 12:46:16 +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 Add package skeleton with first function: ping.peers() 2024-04-14 21:30:16 +00:00
LICENSE.md Add GPL-2 license 2024-04-15 11:52:40 +00:00
NAMESPACE Fix problems from R CMD check 2024-04-15 12:46:16 +00:00
README.md Add README.md 2024-04-15 12:23:55 +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 with:

# install.packages("devtools")
devtools::install_github("Rucknium/xmrpeers")