Package: ffpros Title: Retrieves Data from FantasyPros Version: 0.1.6 Authors@R: person(given = "Tan", family = "Ho", role = c("aut", "cre","cph"), email = "tan@tanho.ca") Description: Helps gather data from FantasyPros.com with rate-limiting/caching, forming appropriate calls, and returning tidy dataframes which can be easily connected to other data sources. License: MIT + file LICENSE URL: https://ffpros.ffverse.com, https://github.com/ffverse/ffpros BugReports: https://github.com/ffverse/ffpros/issues Depends: R (>= 3.6.0) Imports: cachem (>= 1.0.0), checkmate (>= 2.0.0), dplyr (>= 1.0.0), glue (>= 1.4.0), httr (>= 1.4.0), janitor (>= 2.0.0), magrittr (>= 2.0.0), memoise (>= 2.0.0), purrr (>= 0.3.0), ratelimitr (>= 0.4.0), rlang (>= 0.4.0), rvest (>= 1.0.0), stringr (>= 1.4.0), tibble (>= 3.1.0), tidyr (>= 1.1.0), V8 (>= 3.4.0), xml2 (>= 1.3.0) Suggests: curl (>= 4.0.0), ffscrapr (>= 1.4.0), httptest (>= 4.0.0), knitr (>= 1.0), rmarkdown (>= 2.8), testthat (>= 3.0.0), withr (>= 2.4.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev libnode-dev Repository: https://ffverse.r-universe.dev Date/Publication: 2025-10-26 03:33:39 UTC RemoteUrl: https://github.com/ffverse/ffpros RemoteRef: main RemoteSha: 6eef6b1d7ded5e3e62cf79b716cf67ae35aebd96 NeedsCompilation: no Packaged: 2026-05-31 07:39:26 UTC; root Author: Tan Ho [aut, cre, cph] Maintainer: Tan Ho