xmrpeers/DESCRIPTION
Rucknium e4fc8c5222 Moved archive to from required to suggested packages
and edited code to check if it is installed, then perform the
appropriate operations in compress.log(). On Linux, `archive` needs some
system packages to be installed, so it is better as a suggested package.
2024-04-29 01:01:10 +00:00

35 lines
775 B
Text

Package: xmrpeers
Type: Package
Title: Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
Version: 0.0.5
Date: 2024-04-16
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:
R.utils,
data.table,
readr,
stringr,
pingr,
pingers,
IP,
parallelly,
future,
future.apply,
qs
Suggests:
archive,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)