Skip to content

jasonmhoule/footapp

Repository files navigation

Fantasy Football Auction Dashboard

This Shiny dashboard offers decision support for competing in a fantasy football auction draft, including helpful display of information and real-time lineup optimization to calculate "bid-up-to" values. Helper functions allow a user to configure and load fantasy football auction draft data using a variety of league parameters.

Getting Started

This repo comes bundled with an RStudio project, which will be the easiest way to deploy the app and its data.

To run the Shiny app, you will need the following packages:

install.packages(c("shiny", "DT", "ggplot2", "dplyr", "lpSolve"), dependencies=TRUE)

To scrape your own values, you will also need the tidyr package, along with the ffanalytics package from Github, which may be installed with the devtools package.

install.packages(c("tidyr"), dependencies=TRUE)
install.packages(c("devtools"), dependencies=TRUE, repos=c("http://rstudio.org/_packages", "http://cran.rstudio.com"))

devtools::install_github(repo = "FantasyFootballAnalytics/ffanalytics", build_vignettes = TRUE)

Much more to come on how to set up and use this app.

Acknowledgments

About

Fantasy football auction dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages