-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
24 lines (24 loc) · 869 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
Package: cryptowatchR
Type: Package
Title: An API Wrapper for 'Cryptowatch'
Version: 0.2.0.9000
Authors@R:
person(given = "Lorenz",
family = "Brachtendorf",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7066-0838"))
Description: An API wrapper for 'Cryptowatch' to get prices and other information (e.g., volume, trades, order books, bid and ask prices, live quotes, and more) about cryptocurrencies and crypto exchanges. See <https://docs.cryptowat.ch/rest-api> for a detailed documentation.
Imports:
httr,
jsonlite,
lubridate
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.1
URL: https://github.com/lorenzbr/cryptowatchR
BugReports: https://github.com/lorenzbr/cryptowatchR/issues
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3