The ffverse r-universe page hosts development
versions of the ffverse set of R packages.
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')
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.
ffverse
is a package that installs and loads all other ffverse packages.