{tinytable} is a dead simple, ultra-flexible, and dependency-free #Rstats πŸ“¦ to turn data frames into beautiful tables: html, word, pdf, latex, typst, markdown, etc. v0.10.0 has cool new features and important bug fixes. Check out the detailed tutorials at: vincentarelbundock.github.io/tinytable/

2025/07/13

knitr

tj ♏️ahr (@tjmahr.com; 3/1/1; 2025-07-10): would like a version of knitr::kable() that basically does the row-truncated printout from tibble/pillar with dots in the final row β†ͺ

litedown

tj ♏️ahr (@tjmahr.com; 8/1/0; 2025-06-09): the struggle is really. you wanna share or record something but it doesn’t feel substantial enough for a blog post. this was my on/off attempt at microposting. www.tjmahr.com/unenv/ very curious about litedown though β†ͺ

rstats

Vincent Arel-Bundock (@vincentab.bsky.social; 283/12/66; 2025-07-03): {tinytable} is a dead simple, ultra-flexible, and dependency-free #Rstats πŸ“¦ to turn data frames into beautiful tables: html, word, pdf, latex, typst, markdown, etc.

v0.10.0 has cool new features and important bug fixes. Check out the detailed tutorials at:

vincentarelbundock.github.io/tinytable/ β†ͺ


Andrew Heiss (@andrew.heiss.phd; 87/9/18; 2025-07-05): Another blog post about @posit.co’s Positron! Its Remote Explorer feature lets you connect to other computers via SSH, including locally-running Docker containers, which means you can write and run code in version-locked #rstats environments! www.andrewheiss.com/blog/2025/07… β†ͺ


Danielle Navarro (@djnavarro.net; 66/13/16; 2025-07-04): A short #rstats post about generating quarto syntax (e.g., for wrapping several plots in a tabset) within the R code chunk itself. I am entirely unsure if this is useful. Some feedback would be appreciated β†ͺ


Andrew Heiss (@andrew.heiss.phd; 48/1/5; 2025-07-03): This is the best table making package for #rstats! It has the best latex and typst support β†ͺ


Dariia Mykhailyshyna (@dariia.bsky.social; 38/13/13; 2025-07-04): Hi #EconSky! I will be teaching intro statistics with #rstats next academic year. Any suggestions for free learning resources for students and/or teaching materials? β†ͺ


Alexander Bartel (@ndevln.biostats.dev; 35/1/12; 2025-07-04): πŸ“¦ My R package {ggsurveillance} now supports nested date scales. All thanks to the fantastic {legendry} package by @teunbrand.bsky.social

πŸ”— ggsurveillance.biostats.dev/
πŸ”— teunbrand.github.io/legendry/

ggplot rules supreme

#rstats #ggplot #DataViz β†ͺ


econmaett (@econmaett.bsky.social; 31/1/7; 2025-07-05): Here’s a beautifully-written free online #RStats book!

π’π­πšπ­π’π¬π­π’πœπšπ₯ π‹πžπšπ«π§π’π§π  𝐚𝐧𝐝 𝐌𝐚𝐜𝐑𝐒𝐧𝐞 π‹πžπšπ«π§π’π§π  𝐰𝐒𝐭𝐑 𝐑 by π˜™π˜Άπ˜°π˜²π˜ͺ𝘯𝘨 𝘑𝘩𝘢

teazrq.github.io/SMLR/ β†ͺ


#!/usr/bin/env Rscript (@randvegan.bsky.social; 27/2/3; 2025-07-06): no one prepares you for how much effort goes into documenting your packages.

Honestly its more effort than doing the actual package

#rstats β†ͺ


easystats (@easystats.github.io; 21/0/4; 2025-07-05): Yay, we have reached the 30 million downloads mark (and > 10k citations of our packages)! #easystats #rstats
(nice metrics, despite not 100% accurate, but still…) β†ͺ


R-Ladies Bot (@rladies-bot.bsky.social; 21/1/6; 2025-07-04): πŸ“ “Working with colours in R”

πŸ‘€ Nicola Rennie (@nrennie.bsky.social)

πŸ“– Master R color palettes! Learn to define & generate custom colors for stunning visualizations.

πŸ”— https://nrennie.rbind.io/blog/colours-in-r/

#rladies #rstats β†ͺ


milos makes maps (@milos-makes-maps.bsky.social; 19/0/6; 2025-07-06): Ready to create stunning 3D tree cover maps entirely for free?

My new tutorial guides you step-by-step on turning free satellite data from Google Dynamic World into high-quality visualizations.

Watch here πŸ‘‰πŸ» youtu.be/gyfy6HdbcLw

#GIS #RemoteSensing #3DMapping #ForestConservation #RStats β†ͺ


Jan Trnka (@jantrnka.bsky.social; 19/0/1; 2025-07-04): So running a bayesian multilevel linear model with ~ 400k measurements takes quite a long time to finish…who knew? :-) #rstats β†ͺ


Dr. Dominic RoyΓ© (@drxeo.eu; 17/1/6; 2025-07-05): SΓ©ptima ediciΓ³n del curso de verano “IntroducciΓ³n en #GIS y CartografΓ­a con el entorno R” #rstats #rspatial impartido por Roberto Serrano y mΓ­ terminΓ³ con Γ©xito! Gracias a todos los que han participado! El prΓ³ximo aΓ±o mΓ‘s…y siempre mejor 🀩 β†ͺ


econmaett (@econmaett.bsky.social; 16/1/2; 2025-07-04): Way to go humans!
#RStats β†ͺ


Rami Krispin (@ramikrispin.bsky.social; 10/0/2; 2025-07-05): My weekly newsletter is out!

This week’s agenda:
πŸ”Ή Open Source of the Week - The dagster project
πŸ”Ή New learning resources
πŸ”Ή Book of the week - Visualization for Social Data Science by Roger Beecham

ramikrispin.substack.com/p/the-dagste…

#datascience #dataengineering #rstats #python β†ͺ


Brian O’Meara (@omearabrian.bsky.social; 9/5/1; 2025-07-04): One thing I’ve noticed in student #rstats code lately: very detailed try / catch blocks, presumably added by LLMs writing the code. It’s odd, because it’s rare to see that in working code in my area (phylogenetics), but maybe broader #rstats world uses them much more. β†ͺ


coolbutuseless (@coolbutuseless.fosstodon.org.ap.brid.gy; 8/1/4; 2025-07-04): New package time!!

#RStats β†ͺ


Rami Krispin (@ramikrispin.bsky.social; 7/2/2; 2025-07-05): I had the pleasure of presenting this week at the @rladiesrome.bsky.social meetup about forecasting with linear regression.

The workshop recording is available online:
www.youtube.com/watch?v=lk3a…

#RStats #timeseries #forecasting β†ͺ


Riinu Pius (@pius.cloud; 7/1/2; 2025-07-06): New blog post: high quality figures from R Markdown or Quarto to Word:

R Markdown set-up chunk: dpi = 300

Quarto YAML: fig-dpi: 300

www.riinu.me/2025/07/dpi/

#rstats #quarto β†ͺ


Elena Llaudet (@ellaudet.bsky.social; 4/0/1; 2025-07-05): Enjoying coming up with questions to discuss with students at the end of each lecture #rstats β†ͺ