Type: Package Package: ffscrapr Title: API Client for Fantasy Football League Platforms Version: 1.4.8.20 Authors@R: c(person(given = "Tan", family = "Ho", role = c("aut", "cre"), email = "tan@tanho.ca"), person(given = "Tony", family = "ElHabr", role = "ctb", email = "anthonyelhabr@gmail.com"), person(given = "Joe", family = "Sydlowski", role = "ctb", email = "syd235@gmail.com")) 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 BugReports: https://github.com/ffverse/ffscrapr/issues Depends: R (>= 3.6.0) Imports: cachem (>= 1.0.0), checkmate (>= 2.0.0), cli (>= 3.0.0), data.table (>= 1.14.8), dplyr (>= 1.0.0), glue (>= 1.3.0), httr (>= 1.4.0), jsonlite (>= 1.6.0), lifecycle (>= 1.0.0), magrittr (>= 1.5.0), nflreadr (>= 1.2.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), piggyback (>= 0.1.5), rmarkdown (>= 2.6), testthat (>= 3.0.0), withr (>= 2.4.0) LazyData: true VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://ffverse.r-universe.dev Date/Publication: 2024-11-01 02:56:27 UTC RemoteUrl: https://github.com/ffverse/ffscrapr RemoteRef: main RemoteSha: b6990181e125507a1b4642cea6bc9778d9acd6f3 NeedsCompilation: no Packaged: 2026-06-10 23:14:05 UTC; root Author: Tan Ho [aut, cre], Tony ElHabr [ctb], Joe Sydlowski [ctb] Maintainer: Tan Ho