2024-04-14 21:30:16 +00:00
|
|
|
Package: xmrpeers
|
|
|
|
Type: Package
|
|
|
|
Title: Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
|
2024-11-18 15:04:31 +00:00
|
|
|
Version: 0.1.0
|
|
|
|
Date: 2024-11-18
|
2024-04-14 21:30:16 +00:00
|
|
|
Authors@R:
|
2024-10-09 15:07:12 +00:00
|
|
|
c(person(family = "Rucknium",
|
2024-04-14 21:30:16 +00:00
|
|
|
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-10-15 19:47:18 +00:00
|
|
|
qs,
|
|
|
|
RCurl,
|
2024-10-20 21:06:16 +00:00
|
|
|
RJSONIO,
|
|
|
|
RSQLite,
|
|
|
|
DBI
|
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
|
2024-11-08 19:29:39 +00:00
|
|
|
RoxygenNote: 7.3.2
|
2024-04-28 23:51:01 +00:00
|
|
|
Roxygen: list(markdown = TRUE)
|