Package: dataviewR Title: An Interactive and Feature-Rich Data Viewer Version: 1.1.0 Depends: R (>= 4.2.0) Authors@R: c(person("Madhan", "Kumar N", , "madhanmanoj1999@gmail.com", role = c("aut", "cre")), person("Siddhesh", "Pujari", , "siddheshpujari25@gmail.com", role = "aut"), person("Gomathi", "S", , "gomathisudhakar1998@gmail.com", role = "aut"), person("Mackenzie", "Haight", , "mackenzie.haight@gmail.com", role = "aut")) Description: Provides an interactive viewer for 'data.frame', 'tibble' and 'data.table' objects using 'shiny' and 'DT' . It supports complex filtering, column selection, and automatic generation of reproducible 'dplyr' code for data manipulation. The package is designed for ease of use in data exploration and reporting workflows. URL: https://github.com/madhankumarnagaraji/dataviewR, https://madhankumarnagaraji.github.io/dataviewR/ BugReports: https://github.com/madhankumarnagaraji/dataviewR/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: shiny (>= 1.11.1), shinyjs, DT, dplyr, labelled, forcats, stringr, purrr, tibble, datamods, htmlwidgets, callr, rstudioapi, writexl Suggests: knitr, rmarkdown, testthat (>= 3.0.0), shinytest2 VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://madhankumarnagaraji.r-universe.dev Date/Publication: 2026-04-06 09:15:25 UTC RemoteUrl: https://github.com/madhankumarnagaraji/dataviewr RemoteRef: HEAD RemoteSha: 5f1f4a1e96c2da991a602fd611762a5d4c496e1b NeedsCompilation: no Packaged: 2026-07-07 07:01:57 UTC; root Author: Madhan Kumar N [aut, cre], Siddhesh Pujari [aut], Gomathi S [aut], Mackenzie Haight [aut] Maintainer: Madhan Kumar N