Package: rlang Version: 1.2.0 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@posit.co", c("aut", "cre")), person("Hadley", "Wickham", ,"hadley@posit.co", "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 = "Posit, PBC", role = c("cph", "fnd")) ) License: MIT + file LICENSE ByteCompile: true Biarch: true Depends: R (>= 4.0.0) Imports: utils Suggests: cli (>= 3.1.0), covr, crayon, desc, fs, glue, knitr, magrittr, methods, pillar, pkgload, rmarkdown, stats, testthat (>= 3.3.2), tibble, usethis, vctrs (>= 0.2.3), withr Enhances: winch Encoding: UTF-8 RoxygenNote: 7.3.3 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 Repository: https://r-multiverse.r-universe.dev Date/Publication: 2026-04-02 12:19:22 UTC RemoteUrl: https://github.com/r-lib/rlang RemoteRef: v1.2.0 RemoteSha: 31ca80fc99e20834bacf51f4a392866b2b714195 NeedsCompilation: yes Packaged: 2026-07-01 09:09:17 UTC; root Author: Lionel Henry [aut, cre], Hadley Wickham [aut], mikefc [cph] (Hash implementation based on Mike's xxhashlite), Yann Collet [cph] (Author of the embedded xxHash library), Posit, PBC [cph, fnd] Maintainer: Lionel Henry