#PositronIDE

2025-03-09

Introducing multi-root workspace support: the Quarto Wizard now casts its spell across multiple realms! 🧙‍♂️✨
(Currently as pre-release: 0.15.0)

github.com/mcanouil/quarto-wiz

#Quarto #QuartoPub #RStats #VSCode #PositronIDE #Python #JuliaLang

Screenshot of a code editor showing the Quarto Wizard with installed extensions. Two workspace folders, 'quarto-div-reuse' and 'quarto-github,' are visible. Each contains an extension: 'div-reuse 0.1.0' and 'github 1.0.0,' respectively. The image highlights the organization and versioning of Quarto extensions, offering insight for developers.
2025-02-24

@schochastics it’s online and accessible via the Quarto Wizard in #VSCode #PositronIDE #VSCodium 🥳

Screenshot of the Quarto Extensions page showing the URL-PEEK extension. The extension allows adding a domain preview to links in Quarto HTML documents. The extension is created by David Schoch and was last updated on Monday, the 24th of February, 2025. It has 3 stars and no specified license or version. There is an 'Install' button for the extension. The page also shows a search bar, a category list, and a total of 232 extensions available.
2025-02-23

Once upon a time, in the land of Quarto, there lived a wise and benevolent Quarto Wizard. One day, whilst exploring the ancient libraries, he stumbled upon a magical listing of Quarto extensions. Recognising its immense value, he decided to share it with the people. With a flick of his wand, he made it possible to install these extensions with just a few clicks.

#Quarto #QuartoPub #VSCode #PositronIDE #VSCodium

2025-02-18

What kind of wizardry is this?! 🧙‍♂️🪄

#Quarto #QuartoPub #VSCode #PositronIDE

2025-02-06

🧙‍♂️✨ Dive into the Magic with Quarto Wizard!✨
Manage all your Quarto extensions effortlessly, straight from VSCode or Positron IDE. Simplify your workflow and unleash your creativity with just a few clicks.

#Quarto #QuartoPub #VSCode #PositronIDE

github.com/mcanouil/quarto-wiz

2025-01-30

I'm excited to announce the pre-release of Quarto Wizard 0.7.0! While this version focuses on internal changes designed to improve the overall experience, rest assured these updates are paving the way for bigger and better features in the future. 🌟

Stay tuned! Your patience and support are invaluable as I continue to refine and enhance Quarto Wizard. 🪄✨

#Quarto #QuartoPub #VSCode #PositronIDE #RSTats #Python #JuliaLang

github.com/mcanouil/quarto-wiz

2025-01-24

In order to make things a little bit easier with Quarto, Quarto Wizard offers R/Python/Julia document templates to help share reproducible examples.
github.com/mcanouil/quarto-wiz

I hope you find this helpful.

#Quarto #QuartoPub #PositronIDE #VSCode #RStats #Python #JuliaLang

ᴅʀ. ᴍᴏᴡɪɴᴄᴋᴇʟ'ꜱDrmowinckels@fosstodon.org
2025-01-23

I love seeing all these #positronIDE posts with tips on settings etc. Really helpful stuff!

What I feel in missing, is a recording of how to efficiently work with the debugger. I'm very comfy in the #rstudio debugger, but can't seem to get the hang of Positron's.

#rstats #python #datascience

Dr. Robert M Flightrmflight
2025-01-02

If you use {targets} a lot, within or , you might want to try out the new(ish) `tar_assign` for workflows instead of `tar_plan` or making your own lists of targets.

Because `tar_assign` takes a wrapped code block (using `{ ... }` for multiline statements), the interpreter actually **sees** the variables properly, and can do tab completion on the variable names!

It's so nice. 🤩

docs.ropensci.org/tarchetypes/

Leonardo Ferreira Fontenellelffontenelle
2024-12-23

(Now for something completely different)

Just read @jumpingrivers's first impressions of :

jumpingrivers.com/blog/why-mov

I find it mildly amusing that Posit found it easier to restart on top of the FLOSS instead of further making language-agnostic.

The data explorer seems very nice, and I really like that the UI will not hang when eats up the resources. It's a very unfamiliar UI, though, so I'll have to follow a tutorial someday.

Dr. Robert M Flightrmflight
2024-12-09

New to me useful setting for interpreters in : ability to pick one of the {rig} installed R versions for that project, regardless of which one is set to default.

Definitely a plus for projects that are using older versions of R.

Screenshot of interpreters pane of Positron IDE, showing a choice for R 4.3.0 (for this project) or R 4.4.1 (the current default).
Dr. Robert M Flightrmflight
2024-11-02

Realizing that the editor window makes a really nice zoomed plot viewer for plots in if you just save the plot to a PNG file using `ragg::agg_png` and then open it in an editor window.

But I got tired of putting in that key sequence very quickly.

So I made a function that takes `ggplot2::last_plot()` by default, but otherwise takes any plot object you want, and saves it to `_deleteme_plot.png` (or any other file of your choosing).

rmflight.github.io/flighttools

Dr. Robert M Flightrmflight
2024-11-02

My `.Rprofile` had the line:

```
options(device='x11')
```

is like, OK, whatever. instead, is like, you want your plots to go to the X11 server, sure thing!

Dr. Robert M Flightrmflight
2024-11-02

A (very weird) bug in / was keeping me from using Positron full time. It got fixed! So now that I'm using it more, finding more bugs. 2 today!

Newest one, if project doesn't use {renv}, then the plots get sent to the usual R plotting device, which is an X-server on Linux. Seriously, project without {renv}, plot goes to external window. With {renv}, suddenly the plot shows up in the plot pane of Positron.

Has anyone else encountered this?

github.com/posit-dev/positron/

Dr. Robert M Flightrmflight
2024-11-01

Anyone else using `tar_plan` or `tar_assign` in and also see variables not present in the outline view?

Just filed an issue, wondering if anyone else can chime in.

github.com/posit-dev/positron/

Btw, the outline support just did get a major upgrade recently, would definitely check out the latest build if you use outlines a lot ....

James Balamutacoatless
2024-10-27

Cool to see the web app HTML to Dataframe Converter backend already repurposed into a general VS Code/Positron plugin!

Nice work!

fosstodon.org/@atsyplenkov/113

Tuomas Väisänen 📼🧟‍♂️waeiski@vis.social
2024-08-02

I was very much looking forward to trying #PositronIDE from Posit, the developers of #rstudio, but alas, they only serve a .deb package for Linux.

Maybe a flatpak is coming in the future?

Dr. Robert M Flightrmflight
2024-07-16

@milesmcbain I tried VSpaceCode, and wasn't too keen on it. However, after setting up the keymapping, my life got much better.

And in the latest build of , I think the search from < Ctrl + . > got much better. Add in a shortcut to switch between the editor panes, and it's pretty nice.

Dr. Robert M Flightrmflight
2024-07-06

So apparently I've been using the keyboard shortcuts in really well, and combined with the little split Microsoft keyboard and upright mouse, have had tendonitis under control.

I think switching to may be causing me to use my mouse more, as a tendon on the top of my right hand is suddenly inflamed and irritated.

Besides enabling RStudio shortcuts, should I just be using the command palette more??

I may be looking at a wireless rollerball this week too.

Michelle Waveform, PhDmich_waveform
2024-06-29

Taking the new from @Posit for a spin! I have a project that has both Python and R components so should be good for a test drive.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst