-
Notifications
You must be signed in to change notification settings - Fork 36
/
DESCRIPTION
39 lines (39 loc) · 1.19 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
Package: crypto
Type: Package
Title: Cryptocurrency Market Data
Description: Retrieves crypto currency current and historical information as well as information on the exchanges they are listed on. For current and historical it will retrieve the daily open, high, low and close values for all crypto currencies. This retrieves the historical market data by web scraping tables provided by 'Cryptocurrency Market Capitalizations' <https://coinmarketcap.com>.
Version: 1.1.3
Date: 2020-01-09
Authors@R: c(person("Jesse", "Vent",
role = c("aut", "cre"),
email = "[email protected]")
)
Maintainer: Jesse Vent <[email protected]>
URL: https://github.com/JesseVent/crypto, https://CRAN.R-project.org/package=crypto
BugReports: https://github.com/JesseVent/crypto/issues
Depends: R (>= 3.4.0), rvest, xml2
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: dplyr,
tibble,
jsonlite,
lubridate,
xts,
curl,
utils,
cli,
crayon,
progress,
stats,
tidyr,
httr,
rstudioapi,
reshape2
Suggests: R6
SystemRequirements: libxml2-devel,
libcurl-devel,
openssl-devel,
libsecret-devel,
libsodium-devel
RoxygenNote: 7.1.1