forked from r-lib/tidyselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.01 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
Package: tidyselect
Title: Select from a Set of Strings
Version: 1.0.0.9000
Authors@R: c(
person("Lionel", "Henry", ,"[email protected]", c("aut", "cre")),
person("Hadley", "Wickham", ,"[email protected]", "aut"),
person("RStudio", role = "cph")
)
Description: A backend for the selecting functions of the 'tidyverse'.
It makes it easy to implement select-like functions in your own
packages in a way that is consistent with other 'tidyverse'
interfaces for selection.
Depends:
R (>= 3.2)
Imports:
ellipsis,
glue (>= 1.3.0),
purrr (>= 0.3.2),
rlang (>= 0.4.3),
vctrs (>= 0.2.2)
Suggests:
covr,
crayon,
dplyr,
knitr,
magrittr,
rmarkdown,
testthat (>= 2.3.0),
tibble (>= 2.1.3),
withr
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
URL: https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect
BugReports: https://github.com/r-lib/tidyselect/issues
VignetteBuilder: knitr