Package: filtro
Title: Feature Selection Using Supervised Filter-Based Methods
Version: 0.1.0
Authors@R: c(
    person("Frances", "Lin", , "franceslinyc@gmail.com", role = c("aut", "cre")),
    person("Max", "Kuhn", , "max@posit.co", role = "aut"),
    person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut")),
    person("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49"))
  )
Description: Tidy tools to apply filter-based supervised feature selection 
    methods. These methods score and rank feature relevance using metrics 
    such as p-values, correlation, and importance scores (Kuhn and Johnson 
    (2019) <doi:10.1201/9781315108230>). 
License: MIT + file LICENSE
URL: https://github.com/tidymodels/filtro
BugReports: https://github.com/tidymodels/filtro/issues
Depends: R (>= 4.1)
Imports: purrr, rlang (>= 1.1.0), stats, tibble
Suggests: aorsf, dplyr, FSelectorRcpp, modeldata, partykit, ranger,
        testthat (>= 3.0.0), titanic
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-07-15 16:22:14 UTC; franceslin
Author: Frances Lin [aut, cre],
  Max Kuhn [aut],
  Emil Hvitfeldt [aut],
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Frances Lin <franceslinyc@gmail.com>
Repository: CRAN
Date/Publication: 2025-07-18 15:20:24 UTC
Built: R 4.3.3; ; 2025-07-18 18:16:01 UTC; unix
