-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
33 lines (33 loc) · 981 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
25
26
27
28
29
30
31
32
33
Package: fflr
Title: Retrieve ESPN Fantasy Football Data
Version: 2.3.1
Authors@R:
person("Kiernan", "Nicholls", email = "k5cents@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9229-7897"))
Description: Format the raw data from the ESPN fantasy football API
<https://lm-api-reads.fantasy.espn.com/apis/v3/games/ffl> as data frames.
Retrieve data on public leagues, rosters, athletes, and matches.
License: GPL (>= 3)
URL: https://k5cents.github.io/fflr/, https://github.com/k5cents/fflr
BugReports: https://github.com/k5cents/fflr/issues
Depends:
R (>= 2.10)
Imports:
httr (>= 1.4.7),
jsonlite (>= 1.8.7),
stats,
tibble (>= 3.2.1)
Suggests:
knitr (>= 1.34),
rmarkdown (>= 2.11),
spelling (>= 2.2),
testthat (>= 3.0.0),
xml2 (>= 1.3.2)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1