Package: correlationfunnel Type: Package Title: Speed Up Exploratory Data Analysis (EDA) with the Correlation Funnel Version: 0.2.0 Authors@R: person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut", "cre")) Description: Speeds up exploratory data analysis (EDA) by providing a succinct workflow and interactive visualization tools for understanding which features have relationships to target (response). Uses binary correlation analysis to determine relationship. Default correlation method is the Pearson method. Lian Duan, W Nick Street, Yanchi Liu, Songhua Xu, and Brook Wu (2014) . URL: https://github.com/business-science/correlationfunnel, https://business-science.github.io/correlationfunnel/ BugReports: https://github.com/business-science/correlationfunnel/issues License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Depends: R (>= 3.1) Imports: ggplot2, rlang, recipes, magrittr, plotly, tibble, dplyr (>= 1.0.0), tidyr (>= 1.0.0), stats, utils, ggrepel, stringr, forcats, purrr, cli, crayon, rstudioapi Suggests: scales, knitr, rmarkdown, covr, lubridate, testthat (>= 2.1.0) RoxygenNote: 7.1.0 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://business-science.r-universe.dev Date/Publication: 2024-01-16 18:07:26 UTC RemoteUrl: https://github.com/business-science/correlationfunnel RemoteRef: HEAD RemoteSha: e592ef37ff50f8cbdb2763681f6a0a03aad72611 NeedsCompilation: no Packaged: 2026-06-21 09:22:51 UTC; root Author: Matt Dancho [aut, cre] Maintainer: Matt Dancho