forked from jrnold/ggthemes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
26 lines (19 loc) · 796 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
<!-- DO NOT EDIT README.md. It is created by README.Rmd -->
[![Build Status](https://travis-ci.org/jrnold/ggthemes.svg?branch=master)](https://travis-ci.org/jrnold/ggthemes)
[![rstudio mirror downloads](http://cranlogs.r-pkg.org/badges/ggthemes)](https://github.com/metacran/cranlogs.app)
[![cran version](http://www.r-pkg.org/badges/version/ggthemes)](http://cran.rstudio.com/web/packages/ggthemes)
```{r header,echo=FALSE,results='hide'}
knitr::opts_chunk$set(fig.width = 5.25,
fig.height = 3.75,
cache = FALSE,
dev = 'png')
```
# ggthemes
```{r child='vignettes/children/intro.Rmd'}
```
```{r child='vignettes/children/install.Rmd'}
```
```{r child='vignettes/children/contribute.Rmd'}
```
```{r child='vignettes/children/examples.Rmd'}
```