diff --git a/README.Rmd b/README.Rmd index 21d6e2d25..dad45fee1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -8,11 +8,11 @@ output: github_document knitr::opts_chunk$set( collapse = TRUE, comment = "#>", - fig.path = "README-" + fig.path = "man/figures/README-" ) ``` -# ggplot2 +# ggplot2 [![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) diff --git a/README.md b/README.md index 2ccbfa5e1..19eafc7bd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -ggplot2 -============================================ +ggplot2 +======================================================== [![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 . diff --git a/README-example-1.png b/man/figures/README-example-1.png similarity index 100% rename from README-example-1.png rename to man/figures/README-example-1.png diff --git a/logo.png b/man/figures/logo.png similarity index 100% rename from logo.png rename to man/figures/logo.png