Skip to content

Commit e919d8d

Browse files
committed
Use canonical url. Update cran-comments
1 parent da626b9 commit e919d8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/hadley/tidyr.png?branch=master)](https://travis-ci.org/hadley/tidyr)
44
[![codecov.io](http://codecov.io/github/hadley/tidyr/coverage.svg?branch=master)](http://codecov.io/github/hadley/tidyr?branch=master)
5-
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/tidyr)](http://cran.r-project.org/web/packages/tidyr)
5+
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/tidyr)](http://cran.r-project.org/package=tidyr)
66

77
tidyr is a reframing of reshape2 designed to accompany the [tidy data framework](http://vita.had.co.nz/papers/tidy-data.html), and to work hand-in-hand with magrittr and dplyr to build a solid pipeline for data analysis.
88

cran-comments.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
* win-builder (devel and release)
55

66
## R CMD check results
7-
There were no ERRORs, WARNINGs.
7+
There were no ERRORs, WARNINGs. There is one NOTE:
8+
9+
* License components with restrictions and base license permitting such:
10+
MIT + file LICENSE
811

912
## Downstream dependencies
1013

0 commit comments

Comments
 (0)