-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.22 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
40
41
42
43
44
45
46
47
48
49
50
Package: oddsapiR
Title: Access Live Sports Odds from the Odds API
Version: 0.0.3
Authors@R: c(person("Saiem", "Gilani", email = "saiem.gilani@gmail.com", role = c("aut", "cre")))
Description: A utility to quickly obtain clean and tidy sports
odds from The Odds API <https://the-odds-api.com>.
License: MIT + file LICENSE
URL: https://oddsapiR.sportsdataverse.org/ (docs), https://github.com/sportsdataverse/oddsapiR (repo)
BugReports: https://github.com/sportsdataverse/oddsapiR/issues
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
Depends:
R (>= 4.0.0)
Imports:
cli (>= 3.4.1),
data.table (>= 1.14.0),
dplyr (>= 1.0.10),
glue,
httr (>= 0.5),
janitor,
jsonlite,
magrittr,
rlang (>= 1.0.4),
rvest (>= 1.0.0),
tidyr (>= 1.0.0)
Suggests:
crayon (>= 1.3.4),
curl,
DBI,
ggplot2,
ggrepel,
gt,
knitr,
progressr (>= 0.6.0),
qs (>= 0.25.1),
Rcpp (>= 1.0.7),
RcppParallel (>= 5.1.4),
rmarkdown,
RSQLite,
stats,
stringi,
stringr (>= 1.5.0),
testthat,
tibble (>= 3.0),
tidyselect (>= 1.2.0),
usethis (>= 1.6.0),
xml2 (>= 1.3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3