Package: rvisual
Title: Visual Data Analysis 'RStudio' 'Addin' with AI Copilot
Version: 0.1.1
Authors@R: 
    person("Fernando", "Cañete", 
           email = "facs.zero@gmail.com", 
           role = c("aut", "cre"),
           comment = c(ORCID = ""))
Description: An 'RStudio' 'addin' providing a visual, point-and-click interface
    for data manipulation and analysis, designed for users transitioning from
    'SPSS' to R. Every visual action generates clean, reproducible R code using
    'tidyverse' conventions ('dplyr', 'tidyr'). Includes a context-aware AI
    copilot supporting multiple 'LLM' providers ('OpenAI', 'Anthropic' Claude,
    'Google Gemini') with built-in proxy support and privacy controls.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Depends: R (>= 4.1.0)
Imports: shiny (>= 1.7.0), rstudioapi (>= 0.13), bslib (>= 0.5.0),
        htmltools, DT (>= 0.28), dplyr (>= 1.1.0), readxl (>= 1.4.0),
        jsonlite (>= 1.8.0), httr2 (>= 0.2.3), glue (>= 1.6.0), rlang
        (>= 1.1.0), DBI (>= 1.1.0), tools, stats, utils
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, haven, readr, writexl,
        RPostgres, RMySQL, ROracle, RSQLite, odbc
Config/testthat/edition: 3
URL: https://github.com/facszero/rvisual
BugReports: https://github.com/facszero/rvisual/issues
NeedsCompilation: no
Packaged: 2026-08-28 14:49:25 UTC; fcanete
Author: Fernando Cañete [aut, cre]
Maintainer: Fernando Cañete <facs.zero@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-09 16:50:02 UTC
Built: R 4.5.2; ; 2026-09-09 22:42:44 UTC; unix
