File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: tidyr
2
- Title: Easily Tidy Data with ` spread()` and ` gather()` Functions
2
+ Title: Easily Tidy Data with ' spread()' and ' gather()' Functions
3
3
Version: 0.6.1
4
4
Authors@R: c(
5
5
person("Hadley", "Wickham", , "
[email protected] ", c("aut", "cre")),
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ knitr::opts_chunk$set(
16
16
17
17
[ ![ Build Status] ( https://travis-ci.org/tidyverse/tidyr.svg?branch=master )] ( https://travis-ci.org/tidyverse/tidyr )
18
18
[ ![ 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)
20
20
21
21
## Overview
22
22
Original file line number Diff line number Diff line change 3
3
tidyr <img src =" logo.png " align =" right " />
4
4
==========================================
5
5
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)
7
7
8
8
Overview
9
9
--------
Original file line number Diff line number Diff line change
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
+
1
8
## Test environments
2
9
* local OS X install, R 3.3.2
3
10
* ubuntu 12.04 (on travis-ci), R 3.3.2
You can’t perform that action at this time.
0 commit comments