2024-04-14 21:30:16 +00:00
|
|
|
Package: xmrpeers
|
|
|
|
Type: Package
|
|
|
|
Title: Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
|
2024-04-17 12:52:53 +00:00
|
|
|
Version: 0.0.5
|
2024-04-16 20:13:14 +00:00
|
|
|
Date: 2024-04-16
|
2024-04-14 21:30:16 +00:00
|
|
|
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:
|
2024-04-19 18:44:41 +00:00
|
|
|
R.utils,
|
|
|
|
data.table,
|
2024-04-14 21:30:16 +00:00
|
|
|
readr,
|
|
|
|
stringr,
|
|
|
|
pingr,
|
2024-04-16 20:13:14 +00:00
|
|
|
pingers,
|
|
|
|
IP,
|
2024-04-14 21:30:16 +00:00
|
|
|
parallelly,
|
|
|
|
future,
|
2024-04-19 18:44:41 +00:00
|
|
|
future.apply,
|
2024-04-29 01:01:10 +00:00
|
|
|
qs
|
2024-04-14 21:30:16 +00:00
|
|
|
Suggests:
|
2024-04-29 01:01:10 +00:00
|
|
|
archive,
|
2024-04-14 21:30:16 +00:00
|
|
|
testthat (>= 3.0.0),
|
|
|
|
withr
|
|
|
|
Config/testthat/edition: 3
|
|
|
|
RoxygenNote: 7.3.1
|
2024-04-28 23:51:01 +00:00
|
|
|
Roxygen: list(markdown = TRUE)
|