-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathREADME.Rmd
38 lines (27 loc) · 1.13 KB
/
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
36
37
38
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Install the workshop materials for "Designing ggplots: making clear figures that communicate"
<!-- badges: start -->
<!-- badges: end -->
## Installation
designing.ggplots is an R package that will install the workshop materials for "Designing ggplots: making clear figures that communicate". This workshop will take place at the Southern California All-Hands R Users Meetup, Nov. 23, Warner Bros, Burbank, CA. Installing this package will also install all the R packages we might need for the workshop.
You can install designing.ggplots from this repository with
``` r
install.packages("remotes")
remotes::install_github("malcolmbarrett/designing.ggplots")
```
Once you've installed the package, download the workshop materials with
``` r
designing.ggplots::install_workshop("path/to/your/computer")
```
Replace "path/to/your/computer" with where on your computer you want the workshop installed.