Skip to content

ffverse/ffverse.r-universe.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published