-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.11 KB
/
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
41
42
43
44
45
Package: tronr
Title: R Toolbox to Explore the TRON Blockchain
Version: 0.1.2.9000
Authors@R: c(
person("Sergey", "Mastitsky",
role = c("aut", "cre"),
email = "sergey@nextgamesolutions.com"),
person("Next Game Solutions", role = c("cph")),
person("Misha", "Kushka", role = c("cph"),
comment = "tron-format-address library")
)
Description: Collect data on the TRON blockchain's accounts, transactions, token
transfers, and smart contract events. Query the current and historical
market status of Tronix (TRX), the native currency of TRON.
License: MIT + file LICENSE
URL: https://github.com/next-game-solutions/tronr
BugReports: https://github.com/next-game-solutions/tronr/issues
Depends: R (>= 4.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat,
knitr,
rmarkdown,
covr
Imports:
httr,
lubridate,
jsonlite,
tibble,
dplyr,
magrittr,
stats,
rlang,
tidyr,
utils,
V8,
snakecase,
tidyselect,
progress,
lifecycle
VignetteBuilder: knitr
RdMacros: lifecycle