Package: ViewR Type: Package Title: Advanced Interactive Data Tables and Data Explorer Version: 2.0.0 Authors@R: person("Mahesh", "Divakaran", email = "imaheshdivakaran@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "")) Description: An advanced, interactive data table and data explorer for R, delivered as a modern, self-contained 'htmlwidget' with a high-performance virtualized grid. ViewR renders 'Kaggle'-style micro-dashboard column headers complete with data-type badges, mini distribution spark-histograms, and data-completeness (missingness) bars. It provides hover metadata cards, a sliding Data Insights drawer with interactive histograms and 'Pareto' category charts, a multi-condition visual query builder (AND/OR), a column visibility picker, and a reproducible code generator that emits 'dplyr', base R, and 'SQL' that matches the active filter and column state. The interface is implemented entirely in dependency-free vanilla 'JavaScript' (no 'React' or build toolchain) and works in the 'RStudio'/'Positron' Viewer, inside 'Shiny' apps, in 'R Markdown'/'Quarto', or as a portable standalone 'HTML' file. A single call to viewr() opens the explorer; the legacy 'Shiny'-gadget ViewR() editor remains available. License: MIT + file LICENSE Encoding: UTF-8 Language: en-GB Depends: R (>= 4.1.0) URL: https://github.com/itsmdivakaran/viewR, https://itsmdivakaran.github.io/viewR/ BugReports: https://github.com/itsmdivakaran/viewR/issues Imports: htmlwidgets (>= 1.6.0), htmltools (>= 0.5.4), jsonlite (>= 1.8.0), shiny (>= 1.7.0), DT (>= 0.27), rhandsontable (>= 0.3.8), shinyjs (>= 2.1.0), shinythemes (>= 1.2.0), stats, utils Suggests: haven, tibble, dplyr, knitr, rmarkdown, testthat (>= 3.0.0), covr VignetteBuilder: knitr Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Repository: https://itsmdivakaran.r-universe.dev Date/Publication: 2026-06-03 17:34:49 UTC RemoteUrl: https://github.com/itsmdivakaran/viewr RemoteRef: HEAD RemoteSha: 11de8b48f1d29e381b7f6764e1d4ae8305a8d41a NeedsCompilation: no Packaged: 2026-07-03 09:11:10 UTC; root Author: Mahesh Divakaran [aut, cre] Maintainer: Mahesh Divakaran