2023

Care about FAIR

August 6, 2023 | Martin Schobben

This article is about the first release of rirods (see the documentation). The data that drives our R workflow is just as important as the script. Nevertheless, the emphasis lies often on the R script when it comes to reproducibility, but that is...
[Read more...]

goodreads

August 5, 2023 | Matias Andina

A Challenging New Year Around early January 2023, an idea came to my mind: the books I read were all written men. My initial guess was 90% male. That’s bad, I know. So I decided to do two things: Check my current ratio Whatever my current number was, make the effort ...
[Read more...]

Argument Matching Across Languages

August 5, 2023 | Jonathan Carroll

With Functional Programming, we write functions which take arguments and do something with or based on those arguments. You might not think there’s much to learn about given that tiny description of “an argument to a function” but the syntax and mechanics of different languages is actually widely variable ... [Read more...]

Data Cleaning for the Tombstone Project

August 3, 2023 | Louise E. Sinks

Project Overview I’m working on a project for my father that will culminate in a website for his genealogy research. There are a couple of different parts that I’m working on independently. This part involves linking photos of family gravestones to an Excel sheet that records the GPS ...
[Read more...]

#TidyTuesday 2023 – Week 31

August 3, 2023 | Jonathan Kitt

Introduction The #TidyTuesday weekly challenge is organised by the R4DS (R for Data Science) Online Learning Community. Every tuesday throughout the year, participants work on a common dataset and share the plots they create. The dataset for th...
[Read more...]

Multilingual Publishing

August 2, 2023 | rOpenSci - open tools for open science

How to join this free online event with Paola Corrales, Elio Campitelli and Maëlle Salmon. As global movements, Open Source and Open Science face language-based exclusion as most resources are in English. This affects scientists and research software engineers working in R, particularly those who don’t have English ...
[Read more...]

Proyecto Multilingüe

August 2, 2023 | rOpenSci - open tools for open science

How to join this free online event with Maëlle Salmon, Paola Corrales and Elio Campitelli. Como movimientos globales, el código abierto y la ciencia abierta se enfrentan a la exclusión lingüística, ya que la mayoría de los recursos están en inglés. Esto afecta ...
[Read more...]

The unlist() Function in R

August 1, 2023 | Steven P. Sanderson II, MPH

Introduction Hey fellow R enthusiasts! Today, we’re diving deep into the incredible world of R programming to explore the often-overlooked but extremely handy unlist() function. If you’ve ever found yourself dealing with complex nested lists or ... [Read more...]

Ensure R Language Reproducibility with dateback Package

August 1, 2023 | Bob Muenchen

Sooner or later, most R programmers end up with code that no longer runs because of package updates. One way to address the problem was the MRAN Time Machine which Microsoft retired on July 1, 2023. You can get similar functionality for source packages using “dateback,” thanks to Ryota Suzuki. As with ... [Read more...]

It’s the interactions

August 1, 2023 | Michael Mayer

What makes a ML model a black-box? It is the interactions. Without any interactions, the ML model is additive and can be exactly described. Studying interaction effects of ML models is challenging. The main XAI approaches are: This post is mainly about the third approach. Its beauty is that we ...
[Read more...]
1 15 16 17 18 19 66

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)