xmrpeers/DESCRIPTION

40 lines
814 B
Text
Raw Normal View History

Package: xmrpeers
Type: Package
Title: Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
2024-11-08 19:35:24 +00:00
Version: 0.0.9
Date: 2024-11-08
Authors@R:
2024-10-09 15:07:12 +00:00
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:
2024-04-19 18:44:41 +00:00
R.utils,
data.table,
readr,
stringr,
pingr,
pingers,
IP,
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
Suggests:
archive,
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)