Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Kazink36/cfbsimR


https://github.com/Kazink36/cfbsimR

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# cfbsimR

The goal of cfbsimR is to simulate a college football season and is based on Lee Sharpe's nflseedR package. This was built before the 2022 season and likely needs some adjustment for 2023 and beyond (particularly conference realignment)

## Installation

You can install the development version of cfbsimR from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("Kazink36/cfbsimR")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(cfbsimR)
## basic example code
```