Skip to content

Commit 6f534df

Browse files
committed
Fixes for CRAN
1 parent 2bf0068 commit 6f534df

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: tidyr
2-
Title: Easily Tidy Data with `spread()` and `gather()` Functions
2+
Title: Easily Tidy Data with 'spread()' and 'gather()' Functions
33
Version: 0.6.1
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
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)
19-
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/tidyr)](http://cran.r-project.org/package=tidyr)
19+
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/tidyr)](https://cran.r-project.org/package=tidyr)
2020

2121
## Overview
2222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
tidyr <img src="logo.png" align="right" />
44
==========================================
55

6-
[![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)](http://cran.r-project.org/package=tidyr)
6+
[![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

88
Overview
99
--------

cran-comments.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
This is a resubmission that fixes:
2+
3+
1. Non-canonical CRAN url in README.md
4+
2. Use of ` instead of ' in package title
5+
6+
---
7+
18
## Test environments
29
* local OS X install, R 3.3.2
310
* ubuntu 12.04 (on travis-ci), R 3.3.2

0 commit comments

Comments
 (0)