forked from ffverse/ffscrapr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Type: Package
Package: ffscrapr
Title: API Client for Fantasy Football League Platforms
Version: 1.4.6
Authors@R:
c(person(given = "Tan",
family = "Ho",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Tony",
family = "ElHabr",
role = "ctb",
email = "[email protected]"),
person(given = "Joe",
family = "Sydlowski",
role = "ctb",
email = "[email protected]"))
Description: Helps access various Fantasy Football APIs by handling
authentication and rate-limiting, forming appropriate calls, and
returning tidy dataframes which can be easily connected to other data
sources.
License: MIT + file LICENSE
URL: https://ffscrapr.ffverse.com,
https://github.com/ffverse/ffscrapr,
https://api.myfantasyleague.com/2020/api_info,
https://docs.sleeper.app,
https://www.fleaflicker.com/api-docs/index.html,
https://www.espn.com/fantasy/,
https://www.nflfastr.com/reference/load_player_stats.html
BugReports: https://github.com/ffverse/ffscrapr/issues
Depends:
R (>= 3.6.0)
Imports:
cachem (>= 1.0.0),
checkmate (>= 2.0.0),
dplyr (>= 1.0.0),
glue (>= 1.3.0),
httr (>= 1.4.0),
jsonlite (>= 1.6.0),
lifecycle,
lubridate (>= 1.5.0),
magrittr (>= 1.5.0),
nflreadr (>= 1.1.0),
memoise (>= 2.0.0),
purrr (>= 0.3.0),
rappdirs (>= 0.3.0),
ratelimitr (>= 0.4.0),
rlang (>= 0.4.0),
stringr (>= 1.4.0),
tibble (>= 3.0.0),
tidyr (>= 1.0.0)
Suggests:
covr (>= 3.0.0),
curl (>= 4.0.0),
httptest (>= 3.0.0),
knitr (>= 1.0),
rmarkdown (>= 2.6),
testthat (>= 2.1.0),
withr (>= 2.4.0)
LazyData: true
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)