-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
33 lines (33 loc) · 1.26 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
Package: crypto2
Title: Download Crypto Currency Data from 'CoinMarketCap' without 'API'
Version: 2.0.3
Date: 2024-10-11
Authors@R: c(person("Sebastian", "Stoeckl", email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0000-0002-4196-6093", "Package commissioner and maintainer.")),person("Jesse", "Vent", email = "[email protected]", role = c("ctb"), comment = c("Creator of the crypto package that provided the idea and basis for this package.")))
Maintainer: Sebastian Stoeckl <[email protected]>
URL: https://github.com/sstoeckl/crypto2,
https://sstoeckl.github.io/crypto2/
Description: Retrieves crypto currency information and historical prices as well as information on the exchanges they are listed on. Historical data contains daily open, high, low and close values for all crypto currencies. All data is scraped from <https://coinmarketcap.com> via their 'web-api'.
License: MIT + file LICENSE
Depends: R (>= 4.0.0)
Imports:
dplyr,
tibble,
tidyr,
purrr,
progress,
stats,
lubridate,
jsonlite,
cli,
plyr,
base64enc,
janitor
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
spelling,
testthat (>= 3.0.0),
digest
Language: en-US
Config/testthat/edition: 3