Package: collinear Title: Automated Multicollinearity Management Version: 3.0.2 Authors@R: person(given = "Blas M.", family = "Benito", , email = "blasbenito@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-5105-7232")) URL: https://blasbenito.github.io/collinear/ BugReports: https://github.com/blasbenito/collinear/issues Description: Provides a comprehensive and automated workflow for managing multicollinearity in data frames with numeric and/or categorical variables. The package integrates five robust methods into a single function: (1) target encoding of categorical variables based on response values (Micci-Barreca, 2001 (Micci-Barreca, D. 2001 ); (2) automated feature prioritization to preserve key predictors during filtering; (3 and 4) pairwise correlation and VIF filtering across all variable types (numeric–numeric, numeric–categorical, and categorical–categorical); (5) adaptive correlation and VIF thresholds. Together, these methods enable a reliable multicollinearity management in most use cases while maintaining model integrity. The package also supports parallel processing and progress tracking via the packages 'future' and 'progressr', and provides seamless integration with the 'tidymodels' ecosystem through a dedicated recipe step. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet")) Imports: progressr, future.apply, mgcv, ranger, recipes (>= 1.0.9), rlang, spatialData Suggests: future, testthat (>= 3.0.0), spelling Config/testthat/edition: 3 Depends: R (>= 4.1.0) LazyData: true LazyDataCompression: xz Language: en-US Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://blasbenito.r-universe.dev Date/Publication: 2026-06-24 08:22:03 UTC RemoteUrl: https://github.com/blasbenito/collinear RemoteRef: HEAD RemoteSha: 2614b706b03a9db1a7db26184231fca620b8a646 NeedsCompilation: no Packaged: 2026-06-24 10:36:47 UTC; root Author: Blas M. Benito [aut, cre, cph] (ORCID: ) Maintainer: Blas M. Benito