Package: DataExplorer Title: Automate Data Exploration and Treatment Version: 0.9.0 Authors@R: person("Boxuan", "Cui", email = "boxuancui@gmail.com", role = c("aut", "cre")) Description: Automated data exploration process for analytic tasks and predictive modeling, so that users could focus on understanding data and extracting insights. The package scans and analyzes each variable, and visualizes them with typical graphical techniques. Common data processing methods are also available to treat and format data. Depends: R (>= 3.6) Imports: data.table (>= 1.13.4), reshape2 (>= 1.4.3), scales (>= 1.1.0), ggplot2, gridExtra, rmarkdown (>= 2.5), networkD3 (>= 0.4), stats, utils, tools, parallel, htmltools Suggests: testthat, covr, knitr, jsonlite, nycflights13, plotly SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org License: MIT + file LICENSE Language: en-US URL: http://boxuancui.github.io/DataExplorer/ BugReports: https://github.com/boxuancui/DataExplorer/issues RoxygenNote: 7.3.3 Encoding: UTF-8 VignetteBuilder: knitr Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libuv1-dev libxml2-dev Repository: https://boxuancui.r-universe.dev Date/Publication: 2026-03-08 17:36:02 UTC RemoteUrl: https://github.com/boxuancui/dataexplorer RemoteRef: HEAD RemoteSha: 4ba833bcaac413121138c5ed1700cfa599c0dfba NeedsCompilation: no Packaged: 2026-06-06 06:40:05 UTC; root Author: Boxuan Cui [aut, cre] Maintainer: Boxuan Cui