Skip to content

Commit 4d622ae

Browse files
committed
Fix more spelling mistakes
1 parent 9f34381 commit 4d622ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Easily tidy data with spread and gather functions.
33
Version: 0.1
44
Authors@R: 'Hadley Wickham <[email protected]> [aut,cre]'
55
Description: tidyr is an evolution of reshape2. It's design specifically for
6-
data tidying (not general reshaping or aggregrating) and works well with
6+
data tidying (not general reshaping or aggregating) and works well with
77
dplyr data pipelines.
88
Depends:
99
R (>= 3.1.0)
@@ -12,7 +12,7 @@ LazyData: true
1212
Imports:
1313
reshape2,
1414
dplyr (>= 0.2)
15-
Url: https://github.com/hadley/tidyr
15+
URL: https://github.com/hadley/tidyr
1616
Suggests:
1717
knitr,
1818
testthat

0 commit comments

Comments
 (0)