mirror of
https://github.com/Rucknium/xmrpeers.git
synced 2024-12-22 11:39:23 +00:00
28 lines
685 B
Text
28 lines
685 B
Text
Package: xmrpeers
|
|
Type: Package
|
|
Title: Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
|
|
Version: 0.0.2
|
|
Date: 2024-04-14
|
|
Authors@R:
|
|
c(person(given = "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:
|
|
readr,
|
|
stringr,
|
|
pingr,
|
|
parallelly,
|
|
future,
|
|
future.apply
|
|
Suggests:
|
|
testthat (>= 3.0.0),
|
|
withr
|
|
Config/testthat/edition: 3
|
|
RoxygenNote: 7.3.1
|