posit-dev / positron

Positron, a next-generation data science IDE
Other
2.55k stars 80 forks source link

Feature Request: Support running RStudio addins from R packages #1313

Open gadenbuie opened 1 year ago

gadenbuie commented 1 year ago

Positron Version:

Positron Version: 2023.09.0 (Universal) build 139 Code - OSS Version: 1.79.0 Commit: 7f5dc8c874696249d427585f3c3174ff8663f341 Date: 2023-09-13T02:39:00.220Z Electron: 22.3.10 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Darwin arm64 22.6.0

Request

Another cross-compatibility feature: it would be great if Positron could support running RStudio addins. Most addins run R code or launch Shiny apps, and some require support from rstudioapi (see #1312), but most addins are merely a convenient interface to access packaged R code.

Again, there is prior art in the vscode-R extension.

jthomasmock commented 1 year ago

Added a thumbs up, but it'd be really nice to support/expose add-ins via the Command Palette. This would be a nice, lightweight way to extend Positron without going the full extension route.

juliasilge commented 6 months ago

This came up pretty early in our private beta as well: https://github.com/posit-dev/positron-beta/discussions/43