forked from apreshill/bakeoff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
34 lines (25 loc) · 825 Bytes
/
Copy pathREADME.Rmd
File metadata and controls
34 lines (25 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# bakeoff <a href='https://bakeoff.netlify.app'><img src='man/figures/logo.png' align="right" height="138" /></a>
The goal of bakeoff is to enable data wrangling, analysis, and visualizations using data from "The Great British Bake Off".
## Installation
<!--You can install the released version of bakeoff from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("bakeoff")
```
-->
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("apreshill/bakeoff")
```