rstats
Andrew Heiss (@andrew.heiss.phd; 170/4/37; 2025-05-29): I’m on a podcast! I had a blast talking with @lucystats.bsky.social and @epiellie.bsky.social on @casualinfer.bsky.social! We cover all sorts of fun things: {marginaleffects}, defining estimands, fixed vs. random effects, & how to teach all this stats stuff in accessible ways #databs #EpiSky #rstats ↪
Crystal Lewis (@cghlewis.bsky.social; 50/2/13; 2025-05-30): Looking for examples of how to use #rstats tidyverse for common data wrangling purposes?
This wiki has lots of examples for things like naming, filtering, calculating, recoding, reordering, comparing, selecting, separating, and labeling variables.
github.com/Cghlewis/dat… ↪
Ben Harrap (@bharrap.bsky.social; 40/4/5; 2025-05-29): In today’s edition of Ben Actually Reads The Documentation, we’ve discovered that starts_with()
accepts a vector of matches. As in:
iris |>
select(
starts_with(c(“Petal”, “Sepal”))
)
instead of
iris |>
select(
starts_with(“Petal”),
starts_with(“Sepal”)
)
#rstats ↪
Mattan S. Ben-Shachar 🎗️🇮🇱🇺🇦 (@mattansb.bsky.social; 32/2/3; 2025-05-29): Next person to ask me why I use #Rstats and not python has to start using Power Point for their data science work.
youtu.be/uNjxe8ShM-8 ↪
Daniela Navarro (@djnavarro.net; 24/6/2; 2025-06-01): okay, fine i’ll own my sins. i’ve switched all the #rstats work on my personal machine over to positron and i like it. still missing some features i want but it feels like a nice blend between rstudio and vscode ↪
easystats (@easystats.bsky.social; 24/2/9; 2025-05-30): We’re happy to have an accompanying publication for another #rstats #easystats package published! Thanks to @vincentab.bsky.social and @tjmahr.com for reviewing the manuscript! ↪
econmaett (@econmaett.bsky.social; 23/0/5; 2025-05-30): Rule #35: If a problem exists, there‘s an #RStats 📦 to solve it. ↪
Sharon Machlis (@smachlis.bsky.social; 18/2/2; 2025-05-30): The {ragnar} #RStats 📦 for doing RAG (retrieval augmented generation) with R has been submitted to CRAN 🎉 ragnar.tidyverse.org/news/index.h…
#GenAI ↪
Noah Greifer (@noahgreifer.bsky.social; 17/8/4; 2025-05-31): Working on an #rstats package for continuous treatments… any clever name ideas? (Preferably not ending in “It” 😑) ↪
Jeff Hackmeister (@jhackmeister.bsky.social; 13/0/2; 2025-06-01): After a couple of years of #rstats work, running regression models in python feels like putting a shirt on backwards. It gets the job done but just feels wrong ↪
Chris Brownlie (@bsky.chrisbrownlie.com; 12/0/6; 2025-05-30): this week in #rstats 🕺
lots of AI-related news, an update on everything rOpenSci, some spatial machine learning, and a relatively rare base R function…👀
@simonpcouch.com @posit.co @jakubnowosad.com @ropensci.org @frankiethull.bsky.social
check it out below! 💥
www.linkedin.com/pulse/week-r… ↪
Darakhshan Nehal (@darakhshann.bsky.social; 11/5/3; 2025-05-31): #TidyTuesday (2025-05-20) | Water Quality at Sydney Beaches
Developed a Shiny app that enables users to assess Enterococci contamination risk.
App: adm2ru-darakhshan-nehal.shinyapps.io/bw-tracker/
Code: github.com/darakhshanne…
#rstats #shiny #leaflet #epidemiology #dataviz ↪
- https://adm2ru-darakhshan-nehal.shinyapps.io/bw-tracker/
- https://github.com/darakhshannehal/sydney-water-monitor
Kyle Walker (@kylewalker.bsky.social; 11/1/3; 2025-05-30): martin: an open-source tool for serving vector tiles from PostGIS databases & PMTiles / MBTiles files
martin.maplibre.org/
My workflow: use tippecanoe to generate vector tilesets with millions of features, serve them with martin, then visualize in
#rstats with mapgl ↪
Martine Jansen (@martinejansen.bsky.social; 10/1/5; 2025-05-31): A first today: I changed the citation style in my #rstats #Rmarkdown doc, and it was easy and it worked! Thanks to Nicolas Tierney’s “Rmarkdown for scientists” rmd4sci.njtierney.com/citing-artic… and github.com/citation-sty…. Save the csl code in a file in your R project and add a YAML line. 😎 ↪
- https://rmd4sci.njtierney.com/citing-articles-bibliography-styles.html
- https://github.com/citation-style-language
**** (@rmarkdown.bsky.social; 9/0/1; 2025-05-31): Build, Share, Reproduce — Managing R Environments with renv levelup.gitconnected.com/build-share-… #rstats #DataScience #MachineLearning #BigData #Analytics #DataViz ↪
René (@renedario.fosstodon.org.ap.brid.gy; 9/0/3; 2025-05-31): The bad thing about #RStats is that you lose practice with other tools. I tried making a chart in a spreadsheet and couldn’t figure out how to filter the data.
Had to go back to R. ↪
**** (@tiddlydump.bsky.social; 7/3/2; 2025-06-01): Anyone know why {lubridate}
year(), month(), second() return numerics but quarter(), day(), hour(), minute() return integers?
I’m not mad, I’m just disappointed.
#rstats ↪
**** (@rmarkdown.bsky.social; 6/0/1; 2025-05-31): 🗺️ Dive into Spatial Data Analysis in R with @BaoTram_Duong! Learn to work with the powerful sf and sp packages. Explore the guide here: buff.ly/3CI4gAe
#RStats #SpatialAnalysis #GIS #DataScience #Geospatial ↪
Sharon Machlis (@smach.masto.machlis.com.ap.brid.gy; 6/0/2; 2025-05-30): The {ragnar} #RStats 📦 for doing RAG (retrieval augmented generation) with R has been submitted to CRAN 🎉 https://ragnar.tidyverse.org/news/index.html
In other #GenAI R news: the new {kuzco} #RStats 📦 for computer vision works with local #LLMs in R for classification, recognition, sentiment […] ↪
John S. Erickson (@bitwacker.com; 5/0/0; 2025-06-01): WordleR, the #Rstats-powered #Wordle Helper, was “impressive” today!
Wordle 1,443 3/6
⬛⬛⬛⬛🟨
⬛⬛🟨🟨⬛
🟩🟩🟩🟩🟩
bit.ly/WordleR ↪
xaringan
Emil Hvitfeldt (@emilhvitfeldt.bsky.social; 10/0/1; 2025-06-04): Now that conference season is upon us, I’m to share some of my slidecrafting projects and tips.
If you really care about having images line up perfectly with with the slides? use this #quarto revealjs template. It was inspired by xaringan in design
github.com/emilhvitfeld… ↪