Package: rlang
Version: 1.0.6
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", ,"lionel@rstudio.com", c("aut", "cre")),
    person("Hadley", "Wickham", ,"hadley@rstudio.com", "aut"),
    person(given = "mikefc",
           email = "mikefc@coolbutuseless.com", 
           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 = "RStudio", role = c("cph", "fnd"))
    )
License: MIT + file LICENSE
ByteCompile: true
Biarch: true
Depends:
    R (>= 3.4.0)
Imports:
    utils
Suggests:
    cli (>= 3.1.0),
    covr,
    crayon,
    fs,
    glue,
    knitr,
    magrittr,
    methods,
    pillar,
    rmarkdown,
    stats,
    testthat (>= 3.0.0),
    tibble,
    usethis,
    vctrs (>= 0.2.3),
    withr
Enhances: 
    winch
SystemRequirements:
    C++11
Encoding: UTF-8
RoxygenNote: 7.2.1.9000
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/testthat/edition: 3
Config/Needs/website:
    dplyr,
    tidyverse/tidytemplate
