mirror of
https://github.com/Rucknium/xmrpeers.git
synced 2024-11-16 18:37:36 +00:00
4c78a5911c
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
37 lines
796 B
Text
37 lines
796 B
Text
Package: xmrpeers
|
|
Type: Package
|
|
Title: Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
|
|
Version: 0.0.8
|
|
Date: 2024-10-15
|
|
Authors@R:
|
|
c(person(family = "Rucknium",
|
|
role = c("cre", "aut", "cph"),
|
|
email = "Rucknium@protonmail.com",
|
|
comment = c(ORCID = "0000-0001-5999-8950"))
|
|
)
|
|
Description: More about what it does (maybe more than one line)
|
|
Use four spaces when indenting paragraphs within the Description.
|
|
License: GPL (>= 2)
|
|
Encoding: UTF-8
|
|
LazyData: true
|
|
Imports:
|
|
R.utils,
|
|
data.table,
|
|
readr,
|
|
stringr,
|
|
pingr,
|
|
pingers,
|
|
IP,
|
|
parallelly,
|
|
future,
|
|
future.apply,
|
|
qs,
|
|
RCurl,
|
|
RJSONIO
|
|
Suggests:
|
|
archive,
|
|
testthat (>= 3.0.0),
|
|
withr
|
|
Config/testthat/edition: 3
|
|
RoxygenNote: 7.3.1
|
|
Roxygen: list(markdown = TRUE)
|