https://github.com/apreshill/bakeoff
The goal of bakeoff is to enable data wrangling, analysis, and visualizations with R using data from “The Great British Bake Off”.
https://github.com/apreshill/bakeoff
Last synced: 3 months ago
JSON representation
The goal of bakeoff is to enable data wrangling, analysis, and visualizations with R using data from “The Great British Bake Off”.
- Host: GitHub
- URL: https://github.com/apreshill/bakeoff
- Owner: apreshill
- License: other
- Created: 2018-06-19T19:56:12.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T11:42:20.000Z (over 3 years ago)
- Last Synced: 2025-12-09T16:19:26.345Z (6 months ago)
- Language: R
- Homepage: https://bakeoff.netlify.app
- Size: 7.61 MB
- Stars: 70
- Watchers: 2
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
The goal of bakeoff is to enable data wrangling, analysis, and visualizations using data from "The Great British Bake Off".
## Installation
::: {.pkgdown-devel}
You can install the development version of bakeoff from GitHub with:
```{r eval=FALSE}
remotes::install_github("apreshill/bakeoff")
```
:::
::: {.pkgdown-release}
You can install the CRAN version of pkgdown from GitHub with:
```{r eval=FALSE}
install.packages("bakeoff")
```
:::
