forked from tidyverse/tidyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 786 Bytes
/
DESCRIPTION
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
Package: tidyr
Title: Easily Tidy Data with `spread()` and `gather()` Functions
Version: 0.5.1.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", 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: https://github.com/hadley/tidyr
BugReports: https://github.com/hadley/tidyr/issues
Suggests:
knitr,
testthat,
covr,
gapminder,
rmarkdown
VignetteBuilder: knitr
LinkingTo: Rcpp
RoxygenNote: 5.0.1