Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.32 KB

ffverse R-Universe

The ffverse r-universe page hosts development versions of the ffverse set of R packages.

Usage

Install specifically from this package repository with:

install.packages('ffscrapr', repo = c('https://ffverse.r-universe.dev', getOption('repos')))

You can also default-enable this repository by adding the following option to your R profile before installing any ffverse package:

options(
  repos = c(
    ffverse = 'https://ffverse.r-universe.dev',
    CRAN = 'https://cloud.r-project.org'
  ))

install.packages('ffscrapr')

ffverse Packages

  • ffscrapr is an R package for working with FF platform APIs (MFL, Sleeper, Fleaflicker, and ESPN as of right now)
  • ffsimulator is an R package for simulating fantasy seasons, using historical ADP + nflfastR data + latest FP data.
  • ffpros is an R package for accessing FantasyPros.com rankings and projections.
  • ffopportunity is a package that applies the latest ffverse expected fantasy points models to new nflfastR pbp data.

Roadmap

  • ffverse is a package that installs and loads all other ffverse packages.