-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathREADME.Rmd
37 lines (27 loc) · 820 Bytes
/
README.Rmd
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
35
---
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
::: {.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")
```
:::