We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f34381 commit 4d622aeCopy full SHA for 4d622ae
DESCRIPTION
@@ -3,7 +3,7 @@ Title: Easily tidy data with spread and gather functions.
3
Version: 0.1
4
Authors@R: 'Hadley Wickham <[email protected]> [aut,cre]'
5
Description: tidyr is an evolution of reshape2. It's design specifically for
6
- data tidying (not general reshaping or aggregrating) and works well with
+ data tidying (not general reshaping or aggregating) and works well with
7
dplyr data pipelines.
8
Depends:
9
R (>= 3.1.0)
@@ -12,7 +12,7 @@ LazyData: true
12
Imports:
13
reshape2,
14
dplyr (>= 0.2)
15
-Url: https://github.com/hadley/tidyr
+URL: https://github.com/hadley/tidyr
16
Suggests:
17
knitr,
18
testthat
0 commit comments