Package: dlookr Type: Package Title: Tools for Data Diagnosis, Exploration, Transformation Version: 0.6.6 Date: 2025-09-11 Authors@R: c( person("Choonghyun", "Ryu",, "choonghyun.ryu@gmail.com", role = c("aut", "cre")) ) Description: A collection of tools that support data diagnosis, exploration, and transformation. Data diagnostics provides information and visualization of missing values, outliers, and unique and negative values to help you understand the distribution and quality of your data. Data exploration provides information and visualization of the descriptive statistics of univariate variables, normality tests and outliers, correlation of two variables, and the relationship between the target variable and predictor. Data transformation supports binning for categorizing continuous variables, imputes missing values and outliers, and resolves skewness. And it creates automated reports that support these three tasks. License: GPL-2 URL: https://github.com/choonghyunryu/dlookr/, https://choonghyunryu.github.io/dlookr/ Encoding: UTF-8 LazyData: true Depends: R (>= 3.2.0) Imports: dplyr (>= 0.7.6), showtext (>= 0.9-4), sysfonts (>= 0.7.1), ggplot2 (>= 3.0.0), grid, gridExtra, htmltools, kableExtra, knitr (>= 1.22), methods, mice, pagedown (>= 0.15), purrr, reactable, rlang, rmarkdown, rpart, shiny, tibble, tidyr, tidyselect, utils Suggests: DBI, classInt, dbplyr, forecast (>= 8.3), Hmisc, partykit, ppsr, prettydoc, randomForest, RSQLite, ranger, stringi Author: Choonghyun Ryu [aut, cre] Maintainer: Choonghyun Ryu BugReports: https://github.com/choonghyunryu/dlookr/issues VignetteBuilder: knitr RoxygenNote: 7.2.3 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://ar-puuk.r-universe.dev Date/Publication: 2025-09-11 00:40:26 UTC RemoteUrl: https://github.com/choonghyunryu/dlookr RemoteRef: HEAD RemoteSha: 759b7b01d9cb4cd5a38ff5868f975c386ca1b1af NeedsCompilation: no Packaged: 2026-06-20 06:14:29 UTC; root