Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Move ggplot2 logo to man/figures/ #2155

Merged
merged 2 commits into from Jun 13, 2017
Jump to file or symbol
Failed to load files and symbols.
+5 −5
Split
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