-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 856 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: xmrpeers
Type: Package
Title: Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network
Version: 0.1.0
Date: 2024-11-18
Authors@R:
c(person(family = "Rucknium",
role = c("cre", "aut", "cph"),
email = "[email protected]",
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,
RCurl,
RJSONIO,
RSQLite,
DBI
Suggests:
archive,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://rucknium.github.io/xmrpeers/