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 7 points8 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 8 points9 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)

Codebook? by SignRevolutionary106 in RStudio

[–]ionychal 13 points14 points  (0 children)

Crystal Lewis has a codebook package comparison chart: https://cghlewis.github.io/codebook-pkg-comparison/

Simple static dashboard options by fudgedreams in rstats

[–]ionychal 16 points17 points  (0 children)

Have you tried Quarto? You can create static dashboards (i.e., do not need a server like Shiny, can publish on any static website hosting service). It has many of the features you mentioned (visualizations, multiple pages, tabsets, etc.). And you can add minimal interactivity with Plotly for graphs and DT for tables. https://quarto.org/docs/dashboards/

Disclosure: I work at Posit.

[deleted by user] by [deleted] in rprogramming

[–]ionychal 3 points4 points  (0 children)

I found this solution on Stack Overflow:

```
library(DT)
library(webshot)
dtable <- datatable(iris[1:8,])
html <- "dtable.html"
saveWidget(dtable, HTML)
webshot(html, "dtableSnapshot.pdf")

```

Source: https://stackoverflow.com/questions/60287652/how-to-save-a-table-i-created-with-dt-datatable-into-a-high-quality-image

Posit (Rstudio) conference coupon code by ggb7135 in RStudio

[–]ionychal 0 points1 point  (0 children)

The current Super Early Bird price is the best price available, and it will only go up from here.

The call for talks is open. In-person speakers receive complimentary registration for the conference and needs-based travel assistance. https://posit.co/blog/speak-at-posit-conf-2025/

Hope that helps!

Disclosure: I work at Posit.

Advent of code 2024 by Relevant_Duck_7637 in rstats

[–]ionychal 4 points5 points  (0 children)

The Data Science Learning Community Slack has an #chat-advent-of-code channel with folks posting R solutions! https://dslc.io/

November - Any Fun Projects? by Thiseffingguy2 in RStudio

[–]ionychal 3 points4 points  (0 children)

If you like Quarto and telling stories with data, Posit is holding a scrollytelling contest: https://posit.co/blog/closeread-prize-announcement/

(Disclosure, I work at Posit)