-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
37 lines (37 loc) · 1.01 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
Package: cryptor
Type: Package
Title: An R Wrapper for the CryptoCompare API
Version: 0.0.0.9000
Authors@R: person("James", "Blair", email = "[email protected]",
role = c("aut", "cre"))
Description: A thin R wrapper for getting crytocurrency data from the API
provided by cryptocompare.com. Specific details regarding the API can be
found at <https://www.cryptocompare.com/api>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/blairj09/cryptor
BugReports: https://github.com/blairj09/cryptor/issues
RoxygenNote: 6.0.1
Imports:
dplyr (>= 0.7.4.9000),
glue (>= 1.2.0),
httr (>= 1.3.1),
janitor (>= 0.4.0.9000),
jsonlite (>= 1.5),
lubridate (>= 1.7.1),
magrittr (>= 1.5),
purrr (>= 0.2.4),
readr (>= 1.1.1),
tibble (>= 1.4.1),
tidyr (>= 0.7.2)
Depends:
R (>= 3.4.3)
Suggests:
knitr (>= 1.20),
rmarkdown (>= 1.8),
testthat (>= 2.0.0),
covr (>= 3.0.1)
VignetteBuilder: knitr
Remotes: sfirke/janitor,
tidyverse/dplyr