forked from amrrs/coinmarketcapr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 796 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
Package: coinmarketcapr
Type: Package
Title: Get 'Cryptocurrencies' Market Cap Prices from Coin Market Cap
Version: 0.3.2
Authors@R: c(
person("AbdulMajedRaja","RS", email = "[email protected]", role = c("aut", "cre")),
person("Sebastian","Gatscha", email = "[email protected]", role = c("aut", "ctb"))
)
Description: Extract and monitor price and market cap of 'Cryptocurrencies' from 'Coin Market Cap' <https://coinmarketcap.com/api/>.
URL: http://github.com/amrrs/coinmarketcapr
License: MIT + file LICENSE
LazyData: true
Imports: jsonlite,
ggplot2,
data.table,
curl,
cli,
crayon
Suggests:
testthat,
knitr,
rmarkdown,
ggthemes,
dplyr
RoxygenNote: 7.1.0
Encoding: UTF-8
BugReports: https://github.com/amrrs/coinmarketcapr/issues