General info
Slides: https://athanasiamo.github.io/talks/slides/2022.01.20-rse-pgk/#1
This is an event in the Nordic RSE seminar series.
Athanasia Monika Mowinckel is a cognitive neuroscientist based in Oslo, Norway, and works at the Center for Lifespan Changes in Brain and Cognition. She's passionate about cognitive neuroscience, using R and teaching the world the wonders of R. Doing all she can to improve gender diversity and equity in the R-community though R-Ladies Oslo and on the R-Ladies Global Team.
R is mainly a statistical programming language than has been around for more than 20 years. In recent years, it has seen a large resurge in popularity, especially amongst researchers, for its powerful statistical backbone and open source practice. But R can be unfamiliar and intimidating for researchers used to a purely GUI based statistical tool. This talk will center around how I have developed in-house R tools to clean and handle in-house data, and how I have distributed these to work on multiple platforms.
is this a question?
How much do you account for the fact that different people collect & organise their data slightly differently? And the fact that there can be silly little errors with data (e.g. what if one of the BDI_ columns was accidentally called DBI_)? Would that get caught automatically or would it be up to the user to notice that?
I started thinking when you didn't have a dependency installed – Is there a fast way to install all dependencies of a package you're working on while you're working on it? Okay thanks!
What advice would you give to RSEs that support communities where R is used to stay up to date (and for instance be aware of such new and awesome developments like R-universe rOpenSci)?