Package: fflr
Title: Collect ESPN Fantasy Football Data
Version: 0.3.12
Authors@R: 
    person(given = "Kiernan",
           family = "Nicholls",
           role = c("aut", "cre"),
           email = "kiernann@protonmail.com")
Description: Format the raw data from the ESPN fantasy football
    API <https://fantasy.espn.com/apis/v3/games/ffl/> into tidy tables.
    Scrape data on public leagues, rosters, athletes, and matches.
License: GPL-3
URL: https://github.com/kiernann/fflr
BugReports: https://github.com/kiernann/fflr/issues
Depends: R (>= 3.2)
Imports: httr (>= 1.4.2), jsonlite (>= 1.7.0), tibble (>= 2.1.3)
Suggests: covr (>= 3.3.2), knitr (>= 1.30), rmarkdown (>= 2.4),
        testthat (>= 2.1.1), xml2 (>= 1.3.2)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-11-06 04:09:13 UTC; kiernan
Author: Kiernan Nicholls [aut, cre]
Maintainer: Kiernan Nicholls <kiernann@protonmail.com>
Repository: CRAN
Date/Publication: 2020-11-07 00:20:07 UTC
