-
Notifications
You must be signed in to change notification settings - Fork 39
/
DESCRIPTION
42 lines (42 loc) · 1.14 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
Package: tidyselect
Title: Select from a Set of Strings
Version: 1.2.1.9000
Authors@R: c(
person("Lionel", "Henry", , "lionel@posit.co", role = c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
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.
License: MIT + file LICENSE
URL: https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect
BugReports: https://github.com/r-lib/tidyselect/issues
Depends:
R (>= 4.0)
Imports:
cli (>= 3.3.0),
glue (>= 1.3.0),
lifecycle (>= 1.0.3),
rlang (>= 1.1.0),
vctrs (>= 0.5.2),
withr
Suggests:
covr,
crayon,
dplyr,
knitr,
magrittr,
rmarkdown,
stringr,
testthat (>= 3.2.1),
tibble (>= 2.1.3)
VignetteBuilder:
knitr
ByteCompile: true
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2