-
Notifications
You must be signed in to change notification settings - Fork 138
/
DESCRIPTION
55 lines (55 loc) · 1.4 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
Package: rlang
Version: 1.1.4.9000
Title: Functions for Base Types and Core R and 'Tidyverse' Features
Description: A toolbox for working with base types, core R features
like the condition system, and core 'Tidyverse' features like tidy
evaluation.
Authors@R: c(
person("Lionel", "Henry", ,"[email protected]", c("aut", "cre")),
person("Hadley", "Wickham", ,"[email protected]", "aut"),
person(given = "mikefc",
email = "[email protected]",
role = "cph",
comment = "Hash implementation based on Mike's xxhashlite"),
person(given = "Yann",
family = "Collet",
role = "cph",
comment = "Author of the embedded xxHash library"),
person(given = "Posit, PBC", role = c("cph", "fnd"))
)
License: MIT + file LICENSE
ByteCompile: true
Biarch: true
Depends:
R (>= 3.5.0)
Imports:
utils
Suggests:
cli (>= 3.1.0),
covr,
crayon,
fs,
glue,
knitr,
magrittr,
methods,
pillar,
rmarkdown,
stats,
testthat (>= 3.2.0),
tibble,
usethis,
vctrs (>= 0.2.3),
withr
Enhances:
winch
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://rlang.r-lib.org, https://github.com/r-lib/rlang
BugReports: https://github.com/r-lib/rlang/issues
Config/build/compilation-database: true
Config/testthat/edition: 3
Config/Needs/website:
dplyr,
tidyverse/tidytemplate