mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

620
comptes actifs

#Positron

0 message0 participant0 message aujourd’hui
A répondu dans un fil de discussion

@joncounts I feel you with the install complications. Coming from #rstats, it's like "why doesn't this just work?!". I've been using #Positron for most of my R work recently and one nice feature is that it does a pretty good job at detecting all the various Pythons you have installed and let's you choose and switch between them. It *might* help smooth over the setup rough edges.

The truly important reason to try the #positron R/Python editor is that it can work in parallel with another R session open in #RStudio for a different project...

Also amazed by the #Pluto notebook for #Julia scientific work. One of its nice features is that the associated file is in text format and the code can be easily extracted. Not yet ready to switch from #ggplot to #VegaLite though.

positron.posit.co/start.html
plutojl.org/
#rstat

positron.posit.coGet Started – Positron

Nous sommes ravis de partager le #replay de notre récente Watch Party francophone qui a été dédiée à la posit::conf(2024) !

Au programme, deux présentations captivantes sur le nouvel #IDE #Positron développé par #Posit @Posit ainsi que sur #Quarto et tout son potentiel.

Chaima Boughanmi @chaimaboughanmi a également offert un retour d'#expérience inspirant sur sa participation à la conférence.

📺 youtu.be/tD9Vv_wSDdY

‼️ New blog post! I discuss the benefits of developing C/C++ code for R with the new Positron IDE (from @Posit) and provide some helpful functions to add to your R user profile to automate some current pain points away! See how you can use VSCode extensions to interactively debug and do cool things like inspect the size of structs (padding included!) while you program!

Blog post: "Developing C/C++ code for R with Positron"
Link: tylermw.com/posts/coding/debug

Is there a good workflow for building/cleaning/installing local packages using Positron? The default package build in Positron uses `pak::local_install(upgrade = FALSE)`, which hides the compilation output (see below) and thus isn't very helpful when troubleshooting compilation failures.

I've been just working from the terminal with R CMD BUILD + R CMD INSTALL but it would be nicer to have a better way to do this in the IDE (that may already exist? Tell me!).

Feeling real SMORT after realizing that the #rstats #positron equivalent of rstudio "Switch Focus between Source/Console" command is just having the same key mapped to "Focus Console" and "Focus Editor" commands with different "when" conditions. Looks like a generalizable pattern for "toggle"-type commands, so I'm p excited to try making other kinds previously unavailable in rstudio.

(it only took me like 3 hours of digging around the source code to piece this together 🙃)

Shouting into the void trying to set up #RStats #positron -- I'm looking for the following keyboard shortcut equivalents from RStudio:

Editor:
✅ Go to Start of Line (cursorLineStart)
✅ Go to End of Line (cursorLineEnd)
- Switch Focus between Source/Console

Workbench:
✅ Move Focus to Console (workbench.action.positronConsole.focusConsole)
✅ Move Focus to Terminal (workbench.action.terminal.focus + see note in thread)
- Send Selection to Terminal

Any pointers greatly appreciated 🙏

Looking for an open-source alternative to GitHub Copilot? Suggested during a #PositConf2024 Q&A: Continue.

On VSCode Marketplace: marketplace.visualstudio.com/i

On the Open VSX Registry: open-vsx.org/extension/Continu

It works with #VS Code, #JetBrains, @Posit 's #Positron and offers functionality such as explaining code sections, asking questions about your codebase, tab to autocomplete code suggestions, refactoring functions. Use commercial or local #llms

Fantastic #PositConf2024 talk by @PipingHotData on variable labels. I did not know about this long available feature in R 🤯 but I now want to go and incorporate it into everything I do! Unfortunately it seems #VSCode does not display them in the table Viewer, however #Positron has an open issue, so I would assume it will get the feature soon. Even without Viewer support ATM, the benefits with ggplots, gt tables and being able to call str() are enough of a reason.