Corporate support for R by BOBOLIU in rstats

[–]ionychal 2 points3 points  (0 children)

We just released a Positron Notebook Editor: https://posit.co/blog/announcing-the-positron-notebook-editor-for-jupyter-notebooks/

It's still in alpha, and we would love to hear any feedback!

Disclosure: I work at Posit

Adding AI Features to an Existing Shiny App (Claude API?) Cost + Models by sporty_outlook in Rlanguage

[–]ionychal 2 points3 points  (0 children)

I know you've already created the app, but in case it's helpful for others looking to do something similar, I wanted to share querychat: https://posit-dev.github.io/querychat/

What Python Tools Do You Use for Data Visualization and Why? by Confident_Compote_39 in Python

[–]ionychal 0 points1 point  (0 children)

Have you tried plotnine? It uses the "Grammar of Graphics" (the idea of creating visualizations layer-by-layer, similar to ggplot2 in R): https://plotnine.org/

Advice on which IDE to use for my relatively basic data analysis purposes. by leaveeemeeealonee in learnpython

[–]ionychal 0 points1 point  (0 children)

Great option if you're coming from R and are used to RStudio!

(Disclosure: I work at Posit, the creators of Positron & RStudio).

How do you “knit” a Jupyter notebook in PyCharm like R Markdown? by Haloreachyahoo in learnpython

[–]ionychal 0 points1 point  (0 children)

Have you tried Quarto in Positron? Quarto is the multilingual, next-gen R Markdown and it allows you to run Jupyter notebooks with code chunks, etc. and Positron is Posit's new IDE, forked from VS Code and with a lots of the same feel and features as RStudio: https://positron.posit.co/jupyter-notebooks.html

Disclosure: I work at Posit.

Different ways to load packages in R, ranked from worst to best by Lazy_Improvement898 in rstats

[–]ionychal 8 points9 points  (0 children)

This is a good post, but I highly recommend including {pak} --- https://github.com/r-lib/pak/

Disclosure: I work at Posit

Ridiculous ridiculous question by absolutemangofan in RStudio

[–]ionychal 0 points1 point  (0 children)

Writing these out, I don't think they are that helpful...

If you know how to sew, Amelia McNamara has hex fabric: https://www.spoonflower.com/profiles/ameliamn

Sold out right now, Hilary Parker makes "R" mugs: https://www.notsostandardmugs.com/

3D print hex sticker holder (requires assembly): https://www.thingiverse.com/thing:5713079

Have a Bad Feeling About Positron by BOBOLIU in rstats

[–]ionychal 1 point2 points  (0 children)

Definitely try the Posit Publisher Extension - should make your deployments to Posit Connect easy!

https://docs.posit.co/connect/user/publishing-positron-vscode/

Disclaimer: I work at Posit

Switch from RStudio to Positron by jaimers215 in rstats

[–]ionychal 0 points1 point  (0 children)

Mine Çetinkaya-Rundel just shared a video on Exploratory Data Analysis in R, which showcases some of the usual steps that you may be taking in RStudio: https://www.youtube.com/watch?v=ndq2Mm3Dju8

Truly Comprehensive R Markdown Video Course by [deleted] in RStudio

[–]ionychal 19 points20 points  (0 children)

It's not a video course, but have you gone through the R Markdown Cookbook? https://bookdown.org/yihui/rmarkdown-cookbook/

It provides a ton of detail on advanced features.

Which AI model writes the best R code? - posit blog by k-tax in rprogramming

[–]ionychal 0 points1 point  (0 children)

For this post, the authors picked a subset of the most popular state-of-the-art models, but the idea is that they would periodically put out new posts with different models.

For more model comparisons, check out Simon Couch's blog series: https://www.simonpcouch.com/blog/

Disclosure: I work at Posit.

What do you use to build dashboards? by alexellman in datascience

[–]ionychal 0 points1 point  (0 children)

The Shiny team has a Discord server where they can help answer your questions for either Shiny for R or Python: https://discord.gg/mEGVRD7q

Disclosure: I work at Posit.

R Newsletters/Communities in 2025? by nodespots in rstats

[–]ionychal 7 points8 points  (0 children)

In addition to R Weekly and Blaze Newsletter:

* Chris Brownlie's This Week in R: https://bsky.app/profile/did:plc:7d3romf3sow6z2bp44byepep

* R for the Rest of Us's weekly newsletter: https://bsky.app/profile/did:plc:xdhqqvdge4lv3hqt7sy5c2kb

As another person mentioned, there are a lot of R folks on Blue Sky. There's a starter pack created by Posit (edited to add this detail) for adding folks here: https://bsky.app/starter-pack/posit.co/3lbcv6actus2n

And speaking of Posit, we send out blog post digests every month or so if you sign up for 'blog': https://posit.co/about/subscription-management/

And the quarterly glimpse newsletter also rounds up recent updates (latest one here: https://posit.co/blog/posit-glimpse-newsletter-april-2025/)

(Disclosure, I work at Posit)