Tootfinder

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

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

Tidy Modeling with R: #rstats #machinelearning

@EgorKotov@datasci.social
2025-06-16 08:10:44

🚀 𝘀𝗽𝗮𝗻𝗶𝘀𝗵𝗼𝗱𝗱𝗮𝘁𝗮 0.2.0 is here. As before, you are getting nicely formatted Open Mobility Big Data released by the Spanish Ministry of Transport and Sustainable Mobility (MITMS) in a reproducible way. #rstats #opendata

banner advertising key changes in spanishoddata 0.2.0
@datascience@genomic.social
2025-06-15 10:00:01

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

@datascience@genomic.social
2025-05-15 10:00:01

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

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

R learning for applied statistics by Chenxin Li: #rstats

@Carwil@mastodon.online
2025-05-06 21:12:19

Deaths by domain of protest over 12 Bolivian presidencies.
Same data, same graphing technique, but sorting the categories (by which occurs across the most bins) brings visual order to this data visualization. #dataviz #rstats

Waffle chart illustrating deaths by domain of protest over 12 Bolivian presidencies.

Presidents chronologically
 1. Hernán Siles Zuazo                  8
 2. Víctor Paz Estenssoro              43
 3. Jaime Paz Zamora                   22
 4. Gonzalo Sanchez de Lozada (1st)    56
 5. Hugo Banzer (2nd)                 123
 6. Jorge Quiroga                      32
 7. Gonzalo Sanchez de Lozada (2nd)   146
 8. Carlos Diego Mesa Gisbert          19
 9. Evo Morales                       149
10. Inte…
Waffle chart illustrating deaths by domain of protest over 12 Bolivian presidencies. (same description as other image)

Presidents chronologically
 1. Hernán Siles Zuazo                  8
 2. Víctor Paz Estenssoro              43
 3. Jaime Paz Zamora                   22
 4. Gonzalo Sanchez de Lozada (1st)    56
 5. Hugo Banzer (2nd)                 123
 6. Jorge Quiroga                      32
 7. Gonzalo Sanchez de Lozada (2nd)   146
 8. Carlos Diego Mesa Gisbert          19
 9. Evo Morales …
@datascience@genomic.social
2025-05-14 10:00:01

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

@datascience@genomic.social
2025-05-13 10:00:01

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

@datascience@genomic.social
2025-05-10 10:00:00

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

@EgorKotov@datasci.social
2025-04-03 11:50:01

A new experimental, but very simple #rstats package #rdocdump saves all package source code, documentation and vignettes into plain text file or into a string. Very useful for feeding into an LLM or tokenizing and setting up Retrieval-Augmented Generation workflow. Feel free to try it out. Caution: fu…

rdocdump R package logo
@datascience@genomic.social
2025-06-12 10:00:01

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

@datascience@genomic.social
2025-05-11 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
2025-06-11 10:00:01

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

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

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

@EgorKotov@datasci.social
2025-04-25 10:21:48

I use my #rdocdump #rstats package myself very often to make sure LLM always has the most recent docs of an R package that I am using. In one line of code you get a text file with basically all package docs and vignettes. Not on

@datascience@genomic.social
2025-06-09 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
2025-05-09 10:00:00

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

@datascience@genomic.social
2025-05-08 10:00:01

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

@datascience@genomic.social
2025-05-12 10:00:00

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
2025-06-08 10:00:01

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

@datascience@genomic.social
2025-06-07 10:00:00

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

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

Everything is a linear model: #rstats #stats

@datascience@genomic.social
2025-06-05 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
2025-05-04 10:00:01

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

@datascience@genomic.social
2025-06-04 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
2025-06-02 10:00:00

Use cookies in shiny apps: #rstats #shiny

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

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

@datascience@genomic.social
2025-04-29 10:00:01

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

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

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

@datascience@genomic.social
2025-05-27 10:00:02

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

@datascience@genomic.social
2025-04-25 10:00:00

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

@datascience@genomic.social
2025-05-26 10:00:00

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

@datascience@genomic.social
2025-05-25 10:00:01

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

@datascience@genomic.social
2025-04-24 10:00:00

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

@datascience@genomic.social
2025-05-05 10:00:00

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

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

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

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

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

@datascience@genomic.social
2025-05-22 10:00:01

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

@datascience@genomic.social
2025-05-19 10:00:02

Visualize dependencies between functions: #rstats

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

Make fancy tables: #rstats #tables

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

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

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

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

@datascience@genomic.social
2025-05-30 10:00:01

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
2025-05-24 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 github.com/cxli233/FriendsDont

@datascience@genomic.social
2025-05-21 10:00:01

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

@datascience@genomic.social
2025-05-20 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