Package: tidyformula
Title: Build Formulas Using Tidy Selection Helpers
Version: 0.1.0
Authors@R: 
    person("Damian", "Pavlyshyn", email = "damian.pavlyshyn@gmail.com", role = c("aut", "cre"),
	       comment = c(ORCID = "0000-0001-6929-878X"))
Description: Provides the function 'tidyformula()', which translates formulas containing 'tidyselect'-style selection helpers. It expands these helpers by evaluating 'dplyr::select()' with the relevant selection helper and a supplied data frame. The package contains methods for traversing abstract syntax trees from Wickham, Hadley (2019) <doi:10.1201/9781351201315>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.2
Imports: dplyr, purrr, rlang, stats
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-02-17 01:37:18 UTC; damia
Author: Damian Pavlyshyn [aut, cre] (<https://orcid.org/0000-0001-6929-878X>)
Maintainer: Damian Pavlyshyn <damian.pavlyshyn@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-17 10:00:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:47:10 UTC; windows
