Permalink
Browse files

Move ggplot2 logo to man/figures/ (#2155)

* Move ggplot2 logo to man/figures/

* Update knitr options to put README images in man/figures/
  • Loading branch information...
1 parent eedaa81 commit f84e3158b4c38e33d279181c031bf82f8c69ec17 @karawoo karawoo committed on GitHub Jun 13, 2017
View
@@ -8,11 +8,11 @@ output: github_document
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
- fig.path = "README-"
+ fig.path = "man/figures/README-"
)
```
-# ggplot2 <img src="logo.png" align="right" />
+# ggplot2 <img src="man/figures/logo.png" align="right" />
[![Travis Build Status](https://travis-ci.org/tidyverse/ggplot2.svg?branch=master)](https://travis-ci.org/tidyverse/ggplot2)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/tidyverse/ggplot2?branch=master&svg=true)](https://ci.appveyor.com/project/tidyverse/ggplot2)
View
@@ -1,7 +1,7 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
-ggplot2 <img src="logo.png" align="right" />
-============================================
+ggplot2 <img src="man/figures/logo.png" align="right" />
+========================================================
[![Travis Build Status](https://travis-ci.org/tidyverse/ggplot2.svg?branch=master)](https://travis-ci.org/tidyverse/ggplot2) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/tidyverse/ggplot2?branch=master&svg=true)](https://ci.appveyor.com/project/tidyverse/ggplot2) [![Coverage Status](https://img.shields.io/codecov/c/github/tidyverse/ggplot2/master.svg)](https://codecov.io/github/tidyverse/ggplot2?branch=master) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/ggplot2)](https://cran.r-project.org/package=ggplot2)
@@ -37,7 +37,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
geom_point()
```
-![](README-example-1.png)
+![](man/figures/README-example-1.png)
As well as the components built-in to ggplot2, there are many packages that provide extensions. See a comprehensive list at <http://www.ggplot2-exts.org>.
File renamed without changes
File renamed without changes

0 comments on commit f84e315

Please sign in to comment.