-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
48 lines (48 loc) · 1.25 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
Package: YFAR
Type: Package
Title: Retrieve Data From Yahoo! Fantasy Sports API
Version: 0.2.0
Author: William O'Leary
Maintainer: William O'Leary <wolearygit@gmail.com>
Description: YAHOO! Fantasy API R (YFAR) is a collection of functions for retrieving league, team, player
data from the Yahoo Fantasy Sports API. This package creates an Oauth2.0 token using a KEY and SECRET
provided after registering an application with Yahoo Developer Network (YDN). After creating a token
the user can retrieve fantasy data from public leagues as well as private data for leagues of the
currently logged in user.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
httptest,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
jsonlite,
httr,
dplyr,
purrr,
stringr,
janitor,
tidyr,
tibble,
rlang,
magrittr,
glue (>= 1.4.2),
lubridate,
progress,
usethis,
tidyselect,
crayon,
vctrs,
sjmisc,
zeallot,
rrapply
URL: https://github.com/macraesdirtysocks/YFAR,
https://macraesdirtysocks.github.io/YFAR/
BugReports: https://github.com/macraesdirtysocks/YFAR/issues
Remotes:
tidyverse/glue
VignetteBuilder: knitr