posit-dev / positron

Positron, a next-generation data science IDE
Other
2.4k stars 70 forks source link

Suport for using provided user provided icons (to correctly support the connections contract) #2135

Closed dfalbel closed 6 months ago

dfalbel commented 7 months ago

This can be tested with the bigrquery package, something like:

con <- DBI::dbConnect(
    bigrquery::bigquery(),
    project = "publicdata",
    dataset = "samples",
    billing = "rstudio-cloudml"
)

Image

But this requires authentication and a billing account. Another option, that's easier is:

remotes::install_github("ColinFay/fryingpane")
fryingpane::cook("ggplot2")

That should show something like:

Image

juliasilge commented 6 months ago

In Positron 2024.03.0 (Universal) build 904, I see the correct user provided icons:

Image