Skip to content

Commit 99643ea

Browse files
committed
Move logo to new home
Fixes #284
1 parent 5099cea commit 99643ea

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
^\.httr-oauth$
88
^codecov\.yml$
99
^_pkgdown\.yml$
10-
^logo\.png$
1110
^README\.Rmd$
1211
^README-.*\.png$
1312
^docs$

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ knitr::opts_chunk$set(
1212
)
1313
```
1414

15-
# tidyr <img src="logo.png" align="right" />
15+
# tidyr <img src="man/figures/logo.png" align="right" />
1616

1717
[![Build Status](https://travis-ci.org/tidyverse/tidyr.svg?branch=master)](https://travis-ci.org/tidyverse/tidyr)
1818
[![codecov.io](http://codecov.io/github/tidyverse/tidyr/coverage.svg?branch=master)](http://codecov.io/github/tidyverse/tidyr?branch=master)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
3-
tidyr <img src="logo.png" align="right" />
4-
==========================================
3+
tidyr <img src="man/figures/logo.png" align="right" />
4+
======================================================
55

66
[![Build Status](https://travis-ci.org/tidyverse/tidyr.svg?branch=master)](https://travis-ci.org/tidyverse/tidyr) [![codecov.io](http://codecov.io/github/tidyverse/tidyr/coverage.svg?branch=master)](http://codecov.io/github/tidyverse/tidyr?branch=master) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/tidyr)](https://cran.r-project.org/package=tidyr)
77

File renamed without changes.

0 commit comments

Comments
 (0)