Tootfinder

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

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

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

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

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

@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

@Carwil@mastodon.online
2026-05-22 20:13:24

A very detailed walk-through of adding a property to #Wikidata, while contributing some data cleanup using #Rstats

@datascience@genomic.social
2026-03-30 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.

@sascha_wolfer@fediscience.org
2026-03-18 18:09:48

Try this in #Rstats :
x <- -42
x^2.3
==> NaN ("not a number")
Now try this:
-42^2.3
==> -5413.441
🤯
(adapted from the wonderful 'R Inferno' by Patrick Burns #precedence

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

Tidy Modeling with R: #rstats #machinelearning

@datascience@genomic.social
2026-03-28 11:00:01

This looks helpful: #rstats #optimization

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

Visualize dependencies between functions: #rstats

@teoten@social.linux.pizza
2026-03-11 13:40:13

I could not not share my favorite image of the week... Month... Maybe year, with the #rstats folks over here!

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

Make fancy tables: #rstats #tables

@erc_bk@fosstodon.org
2026-04-09 13:24:17

RE: #rstats

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

Extract tables from pdfs with {tabulapdf} #rstats #datasciece

@datascience@genomic.social
2026-04-29 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

@teoten@social.linux.pizza
2026-05-11 08:04:07

I'm working on something big: A new package for async communication between R and Emacs. The output should be a terminal run in Emacs, at the level of Arf and Radian.
If you use #rstats on #emacs stay tunned

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

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

@datascience@genomic.social
2026-03-26 11:00:01

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

@erc_bk@fosstodon.org
2026-04-09 14:02:06

RE: #rstats

@sascha_wolfer@fediscience.org
2026-05-27 09:14:41

#TIL that #RStudio supports multiple levels of code sections. The level depends on the number of # signs at the beginning of the line.
# First Level -----
## Second level ------
This is also reflected in the document outline you get with Cmd Shift O (on a Mac, I guess it's Ctrl Shift O anywhere else).
Why did no-one tell me that earlier?!?
#rstats

@datascience@genomic.social
2026-03-25 11:00:01

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

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

R learning for applied statistics by Chenxin Li: #rstats

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

{nplyr} has helper functions to work on nested dataframes: #rstats #datascience

@erc_bk@fosstodon.org
2026-04-07 12:23:24

RE: #rstats

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

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

@teoten@social.linux.pizza
2026-03-03 21:14:20

I wrote a short post with my thoughts on #emacs #ESS and why I created ESR, my tree sitter mode for R. After 10 years doing #rstats programming in ESS, I finally managed to move away from it.
P…

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

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

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

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

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

Im using case_when() quite a lot, case_match() is new to me: #rstats

@datascience@genomic.social
2026-03-27 11: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-05-22 10:00:01

Highlight a certain aspect of your data in ggplot: #rstats #dataviz

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

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

@datascience@genomic.social
2026-03-22 11: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-05-21 10:00:01

There are many situations were you need access to different R versions: rig is a way to manage them #rstats

@datascience@genomic.social
2026-04-21 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-04-20 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-03-20 11:00:01

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

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

Not sure any longer which libraries your script actually needs? #rstats

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

Beautiful palettes based on art for R and python: #rstats #ggplot

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

Everything is a linear model: #rstats #stats

@datascience@genomic.social
2026-04-18 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-04-17 10:00:01

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

@datascience@genomic.social
2026-03-17 11:00:01

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

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

A pictures says more than 1000 words. How much more can an audio representation of your data tell you? #rstats

@datascience@genomic.social
2026-03-16 11:00:01

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

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

The {esquisse} package makes it easy to plot your data in different ways with a drag and drop interface: #rstats

@datascience@genomic.social
2026-03-15 11:00:00

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

@datascience@genomic.social
2026-03-23 11:00:00

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-05-14 10:00:01

Use cookies in shiny apps: #rstats #shiny

@datascience@genomic.social
2026-03-14 11:00:00

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

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

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

@datascience@genomic.social
2026-04-13 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-03-13 11: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-05-12 10:00:00

Its good to have many tests in your R package, but it can be a pain to debug some failing tests when it happens. {lazytest} for the rescue: only rerun the failing tests, until they pass: #RStats

@datascience@genomic.social
2026-03-11 11:00:01

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

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

Use multi level models with {parsnip}: multilevelmod.tidymodels.org/ #rstats #ML

@datascience@genomic.social
2026-03-10 11: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-04-09 10:00:01

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

@datascience@genomic.social
2026-03-09 11:00:00

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

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

The inner working of parquette/arrow data in R: #rstats

@datascience@genomic.social
2026-04-08 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-05-08 10:00:00

{dtrack} makes documentation of data wrangling part of the analysis and creates pretty flow charts: #rstats

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

Make paint-by-number pictures in R: #rstats

@datascience@genomic.social
2026-03-07 11:00:00

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

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

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

@datascience@genomic.social
2026-03-18 11: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-04-04 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-05-03 10:00:01

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

@datascience@genomic.social
2026-03-03 11:00:00

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

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

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

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

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

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

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

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

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

@datascience@genomic.social
2026-05-13 10:00:00

Cute comics of R functions by @…: allisonhorst.com/r-packages-fu

@datascience@genomic.social
2026-03-05 11:00:00

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

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

Friends Don't Let Friends Make Bad Graphs! Do you agree with the examples of bad graphs and the alternatives Chenxin Li (@chenxinli2.bsky.social) lists at #RStats

@datascience@genomic.social
2026-03-04 11:00:00

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

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

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