forked from tidyverse/tidyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 834 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
34 lines (34 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: tidyr
Title: Easily Tidy Data with `spread()` and `gather()` Functions
Version: 0.6.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
person("RStudio", role = "cph")
)
Description: An evolution of 'reshape2'. It's designed specifically for data
tidying (not general reshaping or aggregating) and works well with
'dplyr' data pipelines.
Depends:
R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
Imports:
tibble,
dplyr (>= 0.4),
stringi,
lazyeval,
magrittr,
Rcpp
URL:
http://tidyr.tidyverse.org,
https://github.com/tidyverse/tidyr
BugReports: https://github.com/tidyverse/tidyr/issues
Suggests:
knitr,
testthat,
covr,
gapminder,
rmarkdown
VignetteBuilder: knitr
LinkingTo: Rcpp
RoxygenNote: 5.0.1.9000