{
  "_id": "6a1f2aacb401979e73424aed",
  "Package": "rvisual",
  "Title": "Visual Data Analysis 'RStudio' 'Addin' with AI Copilot",
  "Version": "0.1.0",
  "Authors@R": "person(\"Fernando\", \"Cañete\",\nemail = \"facs.zero@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"\"))",
  "Description": "An 'RStudio' 'addin' providing a visual, point-and-click\ninterface for data manipulation and analysis, designed for\nusers transitioning from 'SPSS' to R. Every visual action\ngenerates clean, reproducible R code using 'tidyverse'\nconventions ('dplyr', 'tidyr'). Includes a context-aware AI\ncopilot supporting multiple 'LLM' providers ('OpenAI',\n'Anthropic' Claude, 'Google Gemini') with built-in proxy\nsupport and privacy controls.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.1",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/facszero/rvisual",
  "BugReports": "https://github.com/facszero/rvisual/issues",
  "Config/pak/sysreqs": "cmake make libuv1-dev libssl-dev zlib1g-dev",
  "Repository": "https://facszero.r-universe.dev",
  "Date/Publication": "2026-06-02 18:10:55 UTC",
  "RemoteUrl": "https://github.com/facszero/rvisual",
  "RemoteRef": "main",
  "RemoteSha": "91825cc38756615f00c75d46f5b2fd88f3f00a81",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 19:06:28 UTC",
    "User": "root"
  },
  "Author": "Fernando Cañete [aut, cre]",
  "Maintainer": "Fernando Cañete <facs.zero@gmail.com>",
  "MD5sum": "3bed8b6f3e79cd1eef85ea8fac1ee2f0",
  "_user": "facszero",
  "_type": "src",
  "_file": "rvisual_0.1.0.tar.gz",
  "_fileid": "606424f687ec64bc45e86bbfd9293acf3f20ee63df7724cbee8f92032089a3b7",
  "_filesize": 158493,
  "_sha256": "606424f687ec64bc45e86bbfd9293acf3f20ee63df7724cbee8f92032089a3b7",
  "_created": "2026-06-02T19:06:28.000Z",
  "_published": "2026-06-02T19:10:36.852Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79150964075,
      "time": 154,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7367353784"
    },
    {
      "job": 79150964207,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367352927"
    },
    {
      "job": 79150964124,
      "time": 199,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7367361336"
    },
    {
      "job": 79150964211,
      "time": 171,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367355327"
    },
    {
      "job": 79150298720,
      "time": 211,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367296447"
    },
    {
      "job": 79150964106,
      "time": 129,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367344386"
    },
    {
      "job": 79150964197,
      "time": 141,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7367349560"
    },
    {
      "job": 79150964237,
      "time": 149,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7367351793"
    },
    {
      "job": 79150964093,
      "time": 119,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367340769"
    }
  ],
  "_buildurl": "https://github.com/r-universe/facszero/actions/runs/26841703678",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/facszero/rvisual",
  "_commit": {
    "id": "91825cc38756615f00c75d46f5b2fd88f3f00a81",
    "author": "Fernando Canete <facs.zero@gmail.com>",
    "committer": "Fernando Canete <facs.zero@gmail.com>",
    "message": "fix: validar API key no vacia antes de enviar al proveedor IA\n\nSi el usuario no ingreso API key en Configuracion, ahora muestra\nun mensaje claro 'Falta la API key. Ingresala en la pestana\nConfiguracion.' en lugar de fallar silenciosamente o con\nun error tecnico de stopifnot().\n",
    "time": 1780423855
  },
  "_maintainer": {
    "name": "Fernando Cañete",
    "email": "facs.zero@gmail.com",
    "login": "facszero",
    "description": "",
    "uuid": 68125321
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "shiny",
      "version": ">= 1.7.0",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "version": ">= 0.13",
      "role": "Imports"
    },
    {
      "package": "bslib",
      "version": ">= 0.5.0",
      "role": "Imports"
    },
    {
      "package": "DT",
      "version": ">= 0.28",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "readxl",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.8.0",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "version": ">= 0.2.3",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.6.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "haven",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "writexl",
      "role": "Suggests"
    },
    {
      "package": "RPostgres",
      "role": "Suggests"
    },
    {
      "package": "RMySQL",
      "role": "Suggests"
    },
    {
      "package": "ROracle",
      "role": "Suggests"
    },
    {
      "package": "RSQLite",
      "role": "Suggests"
    },
    {
      "package": "odbc",
      "role": "Suggests"
    }
  ],
  "_owner": "facszero",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-12",
      "n": 1
    },
    {
      "week": "2026-13",
      "n": 36
    },
    {
      "week": "2026-15",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0-cran-submission",
      "date": "2026-03-25"
    },
    {
      "name": "v0.1.0-pre-demo",
      "date": "2026-03-27"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "facszero",
      "count": 38,
      "uuid": 68125321
    }
  ],
  "_userbio": {
    "uuid": 68125321,
    "type": "user",
    "name": "Fernando Cañete"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rvisual"
  },
  "_devurl": "https://github.com/facszero/rvisual",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rvisual.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "launch_rvisual"
  ],
  "_help": [
    {
      "page": "ai_send",
      "title": "Capa de Integración con IA",
      "topics": [
        "ai_send"
      ]
    },
    {
      "page": "apply_operations",
      "title": "Aplicar una lista de operaciones a un data.frame",
      "topics": [
        "apply_operations"
      ]
    },
    {
      "page": "classify_visual_type",
      "title": "Clasificar tipo visual de una columna (para mostrar al usuario)",
      "topics": [
        "classify_visual_type"
      ]
    },
    {
      "page": "config_load",
      "title": "Cargar configuración guardada",
      "topics": [
        "config_load"
      ]
    },
    {
      "page": "config_path",
      "title": "Configuración persistente de RVisual",
      "topics": [
        "config_path"
      ]
    },
    {
      "page": "config_save",
      "title": "Guardar configuración",
      "topics": [
        "config_save"
      ]
    },
    {
      "page": "discover_datasets",
      "title": "Descubrimiento de datasets, metadatos y carga de archivos Listar data.frames disponibles en el entorno global",
      "topics": [
        "discover_datasets"
      ]
    },
    {
      "page": "generate_code",
      "title": "Generador de Código R",
      "topics": [
        "generate_code"
      ]
    },
    {
      "page": "get_metadata",
      "title": "Extraer metadatos estructurados de un data.frame",
      "topics": [
        "get_metadata"
      ]
    },
    {
      "page": "history_log",
      "title": "Registrar evento en el historial de sesión",
      "topics": [
        "history_log"
      ]
    },
    {
      "page": "launch_rvisual",
      "title": "Lanzar RVisual",
      "topics": [
        "launch_rvisual"
      ]
    },
    {
      "page": "load_file",
      "title": "Cargar un archivo de datos según su extensión",
      "topics": [
        "load_file"
      ]
    },
    {
      "page": "mod_ai_ui",
      "title": "Módulo: Asistente IA Contextual",
      "topics": [
        "mod_ai_ui"
      ]
    },
    {
      "page": "mod_builder_ui",
      "title": "Módulo: Constructor Visual de Operaciones",
      "topics": [
        "mod_builder_ui"
      ]
    },
    {
      "page": "mod_code_ui",
      "title": "Módulo: Panel de Código R Generado",
      "topics": [
        "mod_code_ui"
      ]
    },
    {
      "page": "mod_config_ui",
      "title": "Módulo: Configuración",
      "topics": [
        "mod_config_ui"
      ]
    },
    {
      "page": "mod_explorer_ui",
      "title": "Módulo: Explorador de datos",
      "topics": [
        "mod_explorer_ui"
      ]
    },
    {
      "page": "mod_history_ui_inline",
      "title": "Renderizar historial como UI inline (para modal)",
      "topics": [
        "mod_history_ui_inline"
      ]
    },
    {
      "page": "op_arrange",
      "title": "Crear operación: arrange",
      "topics": [
        "op_arrange"
      ]
    },
    {
      "page": "op_filter",
      "title": "Crear operación: filter",
      "topics": [
        "op_filter"
      ]
    },
    {
      "page": "op_group_summarise",
      "title": "Crear operación: group_summarise",
      "topics": [
        "op_group_summarise"
      ]
    },
    {
      "page": "op_join",
      "title": "Crear operación: join",
      "topics": [
        "op_join"
      ]
    },
    {
      "page": "op_mutate",
      "title": "Crear operación: mutate (nueva variable)",
      "topics": [
        "op_mutate"
      ]
    },
    {
      "page": "op_recode",
      "title": "Crear operación: recode",
      "topics": [
        "op_recode"
      ]
    },
    {
      "page": "op_rename",
      "title": "Crear operación: rename",
      "topics": [
        "op_rename"
      ]
    },
    {
      "page": "op_select",
      "title": "Motor de Operaciones Visuales — Modelo Interno",
      "topics": [
        "op_select"
      ]
    },
    {
      "page": "rstudio_active_script_path",
      "title": "Obtener el path del script activo en RStudio",
      "topics": [
        "rstudio_active_script_path"
      ]
    },
    {
      "page": "rstudio_insert_code",
      "title": "RStudio Bridge — integración con el IDE",
      "topics": [
        "rstudio_insert_code"
      ]
    },
    {
      "page": "rstudio_run_in_console",
      "title": "Ejecutar código en la consola de RStudio",
      "topics": [
        "rstudio_run_in_console"
      ]
    },
    {
      "page": "rvisual_server",
      "title": "Server principal de RVisual",
      "topics": [
        "rvisual_server"
      ]
    },
    {
      "page": "rvisual_ui",
      "title": "UI principal de RVisual",
      "topics": [
        "rvisual_ui"
      ]
    }
  ],
  "_readme": "https://github.com/facszero/rvisual/raw/main/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bslib",
    "cachem",
    "cellranger",
    "cli",
    "commonmark",
    "cpp11",
    "crayon",
    "crosstalk",
    "curl",
    "DBI",
    "digest",
    "dplyr",
    "DT",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "glue",
    "highr",
    "hms",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "httr2",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "promises",
    "R6",
    "rappdirs",
    "Rcpp",
    "readxl",
    "rematch",
    "rlang",
    "rmarkdown",
    "rstudioapi",
    "sass",
    "shiny",
    "sourcetools",
    "sys",
    "tibble",
    "tidyselect",
    "tinytex",
    "utf8",
    "vctrs",
    "withr",
    "xfun",
    "xtable",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "introduccion.Rmd",
      "filename": "introduccion.html",
      "title": "Introducción a RVisual",
      "engine": "knitr::rmarkdown",
      "headings": [
        "¿Qué es RVisual?",
        "Instalación",
        "Uso básico",
        "Paneles disponibles",
        "Dataset",
        "Explorador",
        "Constructor",
        "Código R",
        "Asistente IA",
        "Configuración",
        "Proxy corporativo"
      ],
      "created": "2026-03-24 17:23:30",
      "modified": "2026-03-24 17:23:30",
      "commits": 1
    }
  ],
  "_score": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "rvisual",
  "_universes": [
    "facszero"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-02T19:08:57.000Z",
      "distro": "noble",
      "commit": "91825cc38756615f00c75d46f5b2fd88f3f00a81",
      "fileid": "0d3c314d872ffe6533cd405e108413442f60b89274d13c8dd05c3338abd6f360",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/facszero/actions/runs/26841703678"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-02T19:08:55.000Z",
      "distro": "noble",
      "commit": "91825cc38756615f00c75d46f5b2fd88f3f00a81",
      "fileid": "9c126430cf26960b249759c92208b334876b00d5402c25e0f65bf3007c3a57aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/facszero/actions/runs/26841703678"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-02T19:09:21.000Z",
      "commit": "91825cc38756615f00c75d46f5b2fd88f3f00a81",
      "fileid": "512b4fa881a83b0179ea58dadfc5b2f1c79e555d56c656ae99aa20a396b1f15e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/facszero/actions/runs/26841703678"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-02T19:09:08.000Z",
      "commit": "91825cc38756615f00c75d46f5b2fd88f3f00a81",
      "fileid": "e4a2e6695b453c9252558635661678fbd6fed0fdc0e4f20dc9c5004626931acd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/facszero/actions/runs/26841703678"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T19:08:58.000Z",
      "commit": "91825cc38756615f00c75d46f5b2fd88f3f00a81",
      "fileid": "abe5225e2afb4adba8ca4585abf4dc11040a31aef8b10805e69af29c9c926a6c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/facszero/actions/runs/26841703678"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-02T19:08:38.000Z",
      "commit": "91825cc38756615f00c75d46f5b2fd88f3f00a81",
      "fileid": "d14aaf1072454aef4fa3c928b4f592ba90e9490e40421422b39ad5a21d60d332",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/facszero/actions/runs/26841703678"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-02T19:08:50.000Z",
      "commit": "91825cc38756615f00c75d46f5b2fd88f3f00a81",
      "fileid": "79ddbf0783cf02ff5c6e093989f53875fb6b6103c0caab5b21a7c21bb6849f03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/facszero/actions/runs/26841703678"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-02T19:08:13.000Z",
      "commit": "91825cc38756615f00c75d46f5b2fd88f3f00a81",
      "fileid": "a8b9658f9cbab08226891834aba860da760eda3ba2f6935e71ba629226070519",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/facszero/actions/runs/26841703678"
    }
  ]
}