-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
42 lines (42 loc) · 986 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
41
42
Package: geckor
Title: R Client for the 'CoinGecko' API
Version: 0.3.0
Authors@R: c(
person("Sergey", "Mastitsky",
role = c("aut", "cre"),
email = "[email protected]"),
person("Next Game Solutions", role = c("cph"))
)
Description: Collect the current and historical cryptocurrency market data using
the public 'CoinGecko' API (<https://www.coingecko.com/en/api>).
License: MIT + file LICENSE
URL: https://github.com/next-game-solutions/geckor
BugReports: https://github.com/next-game-solutions/geckor/issues
Depends: R (>= 4.2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
covr,
markdown,
readr,
rmarkdown,
spelling,
testthat (>= 3.1.0)
Config/testthat/edition: 3
Language: en-US
Imports:
dplyr,
jsonlite,
httr,
knitr,
lifecycle,
magrittr,
rlang,
tibble,
tidyr,
tidyselect,
curl
VignetteBuilder: knitr
RdMacros: lifecycle