Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kazink36/cfbsimR
https://github.com/Kazink36/cfbsimR
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Kazink36/cfbsimR
- Owner: Kazink36
- Created: 2022-01-11T21:15:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T21:27:49.000Z (over 1 year ago)
- Last Synced: 2024-12-01T13:56:46.632Z (11 days ago)
- Language: R
- Size: 1.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - Kazink36/cfbsimR - (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# cfbsimRThe 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
```