Package: ViewR
Type: Package
Title: Interactive Data Viewer, Filter, and Editor
Version: 1.0.0
Authors@R: person("Mahesh", "Divakaran",
    email = "imaheshdivakaran@gmail.com",
    role  = c("aut", "cre"),
    comment = c(ORCID = ""))
Description: Provides a feature-rich, popup-based interactive interface for
    viewing, exploring, filtering, sorting, editing, analysing, and plotting
    R data frames. Key features include: a searchable, paginated data table
    with drag-and-drop column reordering and variable-label 'tooltips';
    multi-condition filters (AND/OR) with live preview; multi-column sorting;
    column visibility management with search; an Excel-like cell editor powered
    by 'rhandsontable'; find-and-replace across one or all columns (literal or
    regex) with automatic live preview; a Plots tab with auto-detected
    histograms and bar charts for every column; automatic 'dplyr' code
    generation reflecting every operation performed in the 'UI'; one-click CSV
    export; and a Variable Info tab with type, missing values, and summary
    statistics. The entire interface is launched with a single call to ViewR()
    and works as a popup dialog, in the 'RStudio' Viewer pane, or in the
    system browser.
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
RoxygenNote: 7.3.3
Imports: shiny (>= 1.7.0), DT (>= 0.27), rhandsontable (>= 0.3.8),
        shinyjs (>= 2.1.0), shinythemes (>= 1.2.0), htmltools (>=
        0.5.4), jsonlite (>= 1.8.0), utils
Suggests: haven, tibble, dplyr, knitr, rmarkdown, testthat (>= 3.0.0),
        covr
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-05-04 06:12:06 UTC; maheshdivakaran
Author: Mahesh Divakaran [aut, cre]
Maintainer: Mahesh Divakaran <imaheshdivakaran@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-06 19:50:07 UTC
Built: R 4.5.2; ; 2026-05-06 20:43:53 UTC; unix
