Type: Package
Package: ffscrapr
Title: API Client for Fantasy Football League Platforms
Version: 1.0.0
Authors@R: 
    person(given = "Tan",
           family = "Ho",
           role = c("aut", "cre"),
           email = "tan@tanho.ca")
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.dynastyprocess.com,
        https://github.com/dynastyprocess/ffscrapr,
        https://api.myfantasyleague.com/2020/api_info
BugReports: https://github.com/dynastyprocess/ffscrapr/issues
Depends: R (>= 3.0.0)
Imports: dplyr (>= 0.8.0), glue (>= 1.3.0), httr (>= 1.4.0), jsonlite
        (>= 1.6.0), lubridate (>= 1.5.0), magrittr (>= 1.5.0), memoise
        (>= 1.1.0), purrr (>= 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), httptest (>= 3.0.0), knitr, rmarkdown,
        testthat (>= 2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-08-10 21:33:46 UTC; Tan
Author: Tan Ho [aut, cre]
Maintainer: Tan Ho <tan@tanho.ca>
Repository: CRAN
Date/Publication: 2020-08-17 16:40:06 UTC
