Tootfinder

Opt-in global Mastodon full text search. Join the index!

@datascience@genomic.social
2026-05-28 10:00:01

Tidy Modeling with R: #rstats #machinelearning

@datascience@genomic.social
2026-08-27 10:00:11

Handy RStudio addins for reshaping and navigating in code: #rstats #rstudio

@datascience@genomic.social
2026-07-28 10:00:01

Are you interested in how dependency-heavy your (or another) package is and why? #rstats

@datascience@genomic.social
2026-06-28 10:00:01

Beside the {report} package (yesterdays note) there are more tools in the easystats collection. #rstats

@datascience@genomic.social
2026-07-27 10:00:01

Using fonts in R graphics can be tricky at times. {showtext} aims to make it easier: #rstats

@EgorKotov@datasci.social
2026-06-23 19:20:07

#rstats mapgl is now on CRAN with flowmaps support! As previewed at #MobileTartu (Mobility Lab, University of Tartu) and Association of Geographic Information Laboratories in Europe (#AGILE) conferences! (Video by Kyle Walker). Backend is Flowmap.gl

Mobility flows map with automatic clustering in zoom and animation.
@datascience@genomic.social
2026-06-26 10:00:01

Automatically describe data and models as text using the {report} package. #rstats

@datascience@genomic.social
2026-08-26 10:00:03

Lets be honest, we spend too much time cleaning data. {janitor} can help with that: #rstats #datasciece

@paulusm@scholar.social
2026-06-08 14:51:32

New blog post: Effective mental health techniques according to therapists and the public on Reddit – Dr Paul Matthews
#MentalHealth #RStats

@teoten@social.linux.pizza
2026-08-05 03:43:36

r-ts-mode is now available on Melpa. It has the possibility of being used with ESS but it can also be used independently. A big milestone for the #rstats community of #emacs users.

@datascience@genomic.social
2026-06-24 10:00:01

If you feel you should be reading more: #rstats #ebooks

@EgorKotov@datasci.social
2026-07-11 17:58:26

#rstats #osrm.backend 0.4 now uses it's own repo with @… binaries that are packaged to be self contained (shipping with all required libraries) and immutable. Details at

osrm.backend for R allows to fully install and control osrm binaries instead of using docker container or manually installing backed binaries for your project, so no more detours to terminal to start osrm server
@datascience@genomic.social
2026-06-14 10:00:01

What They Forgot to Teach You About R: #rstats

@datascience@genomic.social
2026-07-23 10:00:01

This looks helpful: #rstats #optimization

@datascience@genomic.social
2026-08-23 10:00:01

Visualize dependencies between functions: #rstats

@datascience@genomic.social
2026-06-23 10:00:01

Polars is a lightning fast DataFrame library/in-memory query engine with parallel execution and cache efficiency. And now you can use is with the tidyverse syntax: #rstats

@datascience@genomic.social
2026-08-22 10:00:01

Make fancy tables: #rstats #tables

@datascience@genomic.social
2026-06-22 10:00:01

{ggdist}: Visualizations of distributions and uncertainty #rstats #ggplot

@datascience@genomic.social
2026-08-25 10:00:01

Easier debugging of piped analyses in R: github.com/MilesMcBain/breaker by @…

@datascience@genomic.social
2026-07-25 10:00:01

Sometimes you get data in less than optimal format, e.g. as a png of a figure 😭... In that case cran.r-project.org/web/package might be the rescue.

@datascience@genomic.social
2026-06-21 10:00:01

{piggyback} makes it easier to attach large files (e.g. input data) to code in github repos: #rstats

@datascience@genomic.social
2026-08-21 10:00:01

Add some swag to your ggplots, with fontawesome symbols and colors: #rstats

@datascience@genomic.social
2026-07-21 10:00:01

If you use Quarto to make presentations for a professional setting, it is important to choose the right theme, e.g. #rstats

@datascience@genomic.social
2026-06-20 10:00:01

Primer to get you started with Optimization and Mathematical Programming in R #rstats

@datascience@genomic.social
2026-07-20 10:00:01

TidyX: screencasts explaining different aspects of the R language and the coding process. #rstats

@datascience@genomic.social
2026-08-20 10:00:01

R learning for applied statistics by Chenxin Li: #rstats

@datascience@genomic.social
2026-07-24 10:00:01

Find the best contrast between one color and a list of options, e.g. for labels in geom_tile: {prismatic::best_contrast()} emilhvitfeldt.github.io/prisma

@datascience@genomic.social
2026-08-24 10:00:01

If you set limits for a scale (e.g. x-axis) in ggplot, how would you like data outside of that range be handled? There is the oob parameter for that and a set of functions to use with it: scales.r-lib.org/reference/oob

@datascience@genomic.social
2026-08-14 10:00:01

Base pipe vs magrittr pipe: a thread by TimTeaFan: #rstats

@datascience@genomic.social
2026-08-19 10:00:01

{purrr} has some lesser known functions that make handling of failing function calls easier: safely, quietly, possibly: #rstats

@datascience@genomic.social
2026-08-18 10:00:02

Interactive resizing of picture and table content in Rmd and Quarto: #rstats

@datascience@genomic.social
2026-06-17 10:00:01

{spiralize} can be used to highlight cyclic data, e.g. multi year time series. #rstats

@datascience@genomic.social
2026-08-17 10:00:01

The {conflicted} package makes sure that namespace conflicts are solved explicitly and prevents unpleasent surprises: #rstats

@datascience@genomic.social
2026-07-17 10:00:01

Are you making slides with Quarto or R Markdown and need a timer e.g. for breaks or group work? There is the {countdown} package for you: #rstats

@datascience@genomic.social
2026-06-16 10:00:01

{ggbump} creates elegant bump charts in ggplot. #ggplot #rstats

@datascience@genomic.social
2026-08-16 10:00:01

I have a habbit of making (too) many (small) packages for functionality that might be reused in different context. {box} might be an alternative by making scripts into modlues that can be loaded: #RStats

@datascience@genomic.social
2026-07-22 10:00:01

Do you need better performance than what the standard #tidyverse functions have? {collapse} might be worth a look: sebkrantz.github.io/collapse/

@datascience@genomic.social
2026-08-15 10:00:01

Linear programs help to find optimal solutions based on a set of constrains. I used {ompr} before, but the new package {tidyLP} looks promising and integrates with the tidyverse. #rstats #linearprograms #optimization

@datascience@genomic.social
2026-06-15 10:00:01

Getting started with Shiny to make interactive web-apps with R: #rstats

@datascience@genomic.social
2026-07-15 10:00:00

Keynote from rstudio::conf 2022: The past and future of shiny. #rstats

@datascience@genomic.social
2026-06-13 10:00:01

The dbcooper package turns a database connection into a collection of functions. #rstats #database

@datascience@genomic.social
2026-08-13 10:00:01

The fastverse is a suite of complementary high-performance packages for statistical computing and data manipulation in R. #rstats

@datascience@genomic.social
2026-08-12 10:00:01

Customize what happens when you start R: #rstats #environment

@datascience@genomic.social
2026-07-12 10:00:00

{slider} helps with aggregation over (sliding) windows, both index and time period based: #rstats

@datascience@genomic.social
2026-07-11 10:00:01

{lubridate} makes working with dates in R just that little bit easier: #rstats #dates

@datascience@genomic.social
2026-07-10 10:00:01

Keep track of the TODO notes in your code: #rstats #todo

@datascience@genomic.social
2026-06-19 10:00:01

Follow along when @… walks you through how she tackles a new dataset: youtube.com/c/JuliaSilge

@datascience@genomic.social
2026-07-09 10:00:01

A curated list of awesome tools to assist 📦 development in R programming language. #rstats #📦

@datascience@genomic.social
2026-08-09 10:00:02

{ggchicklet}: library for rounded Segmented Column Charts: #ggplot #rstats

@datascience@genomic.social
2026-06-08 10:00:01

paint() your data when you print them to make them easier to grasp: #rstats #console

@datascience@genomic.social
2026-08-08 10:00:01

Do you need inspiration how to present a dataset in a clear figure and what package to use? Check out #rstats #dataviz

@datascience@genomic.social
2026-07-08 10:00:01

The functions in the {withr} package allow to change your environment temporarily. E.g. create a temp file for a {testthat} test and clean it up afterwards. #rstats

@datascience@genomic.social
2026-07-18 10:00:01

GitHub Actions for the R language: Makes automatic testing of your R package much easier and making sure your package works on different OS and R versions is a matter of just a few lines of yaml: #rstats

@datascience@genomic.social
2026-06-18 10:00:01

{ggblanket}, a wrapper around #ggplot for quick, explorative plots with sensible defaults and less code. davidhodge931.github.io/ggblan

@datascience@genomic.social
2026-07-06 10:00:01

Make sure your code follows a consitent style using the {lintr} package. #rstats

@datascience@genomic.social
2026-07-05 10:00:01

The {cli} package makes it easy to show pretty and informative messages to the user of your code. #rstats #terminal

@datascience@genomic.social
2026-06-05 10:00:01

{annotater}: Annotate package load calls, so we can have an idea of the overall purpose of the libraries we’re loading: #rstats

@datascience@genomic.social
2026-08-04 10:00:01

quick and easy way to build a website for your r package: #rstats #package

@datascience@genomic.social
2026-07-04 10:00:01

r-charts.com provides example code for a variety of chart types, both in base R and ggplot: #rstats #ggplot

@datascience@genomic.social
2026-06-03 10:00:01

{ggrain}: Raincloud plots for ggplot2: #rstats #dataviz

@datascience@genomic.social
2026-08-03 10:00:01

r-graph-gallery.com provides example code for a variety of chart types, both in base R and ggplot: #rstats #ggplot

@datascience@genomic.social
2026-07-02 10:00:01

{constructive} prints code that can be used to recreate R objects. Like dput, but better... #rstats

@datascience@genomic.social
2026-06-02 10:00:01

{testthat} is great for automatic testing. Here are some tricks for the heavy user: #rstats

@datascience@genomic.social
2026-07-01 10:00:01

Function-oriented Make-like declarative workflows for R #rstats

@datascience@genomic.social
2026-05-31 10:00:01

{ivs} makes it easier to work with intervals: #rstats

@datascience@genomic.social
2026-07-30 10:00:01

R doesnt need to be a hard and scientific tool 📈. You can use it to make art 🎨: #rstats

@datascience@genomic.social
2026-07-29 10:00:01

Add highlighting to your quarto presentation using the RoughNotation library: #rstats

@datascience@genomic.social
2026-07-13 10:00:01

Do you (sometimes) use print() or message() for debugging your code? Next time you can use {icecream} instead: #rstats

@datascience@genomic.social
2026-05-29 10:00:01

Sometimes (often) one ends up needing to run older versions of R using older versions of packages. Evercran might be just the tool to help with that: #RStats

@datascience@genomic.social
2026-06-12 10:00:01

I am more fluent in LaTeX than in plotmath expression. If you are the same, latex2exp will make your life easier. cran.r-project.org/web/package

@datascience@genomic.social
2026-06-06 10:00:01

It has happened to the best of us: You forgot the name of a function or the package that function was in but you are sure its there somewhere and does exactly what you need! Introduce {forgot}, it helps you find that function: github.com/parmsam/forgot

@datascience@genomic.social
2026-06-30 10:00:01

A template for data analysis projects structured as R packages (or not) github.com/Pakillo/template by @…

@datascience@genomic.social
2026-06-29 10:00:01

There are frameworks like {golem} and {rhino} to make shiny development more robust, but I like the concept of {shinytest2} in providing a testing framework for pure shiny. rstudio.github.io/shinytest2/i