forked from tidyverse/tidyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.5 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: tidyr
Title: Tidy Messy Data
Version: 1.1.3.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "hadley@rstudio.com"),
person(given = "RStudio",
role = "cph"))
Description: Tools to help to create tidy data, where each
column is a variable, each row is an observation, and each cell
contains a single value. 'tidyr' contains tools for changing the
shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset,
turning deeply nested lists into rectangular data frames
('rectangling'), and extracting values out of string columns. It also
includes tools for working with missing values (both implicit and
explicit).
License: MIT + file LICENSE
URL: https://tidyr.tidyverse.org,
https://github.com/tidyverse/tidyr
BugReports: https://github.com/tidyverse/tidyr/issues
Depends:
R (>= 3.1)
Imports:
dplyr (>= 0.8.2),
ellipsis (>= 0.1.0),
glue,
lifecycle,
magrittr,
purrr,
rlang,
tibble (>= 2.1.1),
tidyselect (>= 1.1.0),
utils,
vctrs (>= 0.3.6)
Suggests:
covr,
data.table,
jsonlite,
knitr,
readr,
repurrrsive (>= 1.0.0),
rmarkdown,
testthat (>= 3.0.0)
LinkingTo:
cpp11 (>= 0.2.6)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
SystemRequirements: C++11
Config/testthat/edition: 3
Config/Needs/website:
tidyverse/tidytemplate