TIL Positron is not beta anymore. In fact, it's out of beta for ten months now! 😅
https://positron.posit.co/release-notes/release-2025-07.html
TIL Positron is not beta anymore. In fact, it's out of beta for ten months now! 😅
https://positron.posit.co/release-notes/release-2025-07.html
RE: https://fosstodon.org/@tylermorganwall/116358658457572251
If you use #RStats {targets} in #PositronIDE , you probably want this extension (at least the newest one, which I see as v0.5.3).
Hover over a target, and it tells you how many targets depend on it. Click on that number, and it lists them ALL! It's like a listing version of tar_network()!
Quarto Wizard 2.0.0 is out!
Native extension management, batch operations, multi-extension selection, private repo support, and a new documentation website.
Upgrade today: https://mickael.canouil.fr/posts/2026-01-12-quarto-wizard-2-0-0/
My favorite new trick for long running #RStats code, use `Rscript` in a shell and put the job in the background so if I accidentally close the shell it keeps running.
```
Rscript -e 'tar_make()' &
```
Even with two consoles in #PositronIDE, if one is constantly active running a `targets` job, weird things seem to happen with the outline and autocomplete in the second one.
Some code completion suggestions are helpful in #PositronIDE, but the writing suggestions in Quarto and markdown files get me crazy. Finally discovered how to turn them off!
In Settings (gear icon at bottom left), turn off the "Editor > Inline Suggest" and "Inlay Hints" settings. You can do it just for certain file types, like @lang:quarto, @lang:plaintext and @lang:markdown - search and then disable in the correct workspace.
Videos from September's posit::conf data science conference are already live on YouTube! 🎉🎉🎉See the full playlist: https://www.youtube.com/playlist?list=PL9HYL-VRX0oTixlfDPCS5RW_F1pccERRe
So many interesting talks you can now watch free, on topics like #RStats #Python #GenAI #LLMs @Posit 's #PositronIDE #QuartoPub
Any other #PositronIDE users on Linux where horizontal scroll in the Data Viewer just suddenly broke in the 2025.10 release?
We could use your help if it has.
System details: Positron and OS details: Positron Version: 2025.10.0 build 199 Code - OSS Version: 1.103.0 Commit: 81d0c98 Date: 2025-10-09T18:44:33.424Z Electron: 37.2.3 Chromium: 138.0.7204.100 N...
🎉 The magic is real: Quarto Wizard 1.0.0 is LIVE!
Wave goodbye to complexity, pure enchantment awaits:
🪄 Magical extension browsing (250+ spells available)
✨ One-click installation wizardry
🔮 VS Code & Positron enchantment
https://quarto.org/docs/blog/posts/2025-10-20-quarto-wizard-1-0-0/
#DataScience #ReproducibleResearch #Quarto #QuartoPub #VSCode #PositronIDE