Virtual KnoxData presentation (via Zoom) on reproducible, scalable research with drake in R

2020/03/19

KnoxData is hosting a virtual (Zoom-based) presentation tonight (Thursday, Mar. 19) from 6:30 - 7:30 pm EST on Reproducible, scalable research: an example with drake in R. D

Here is some information on the presentation; more is available on the group’s Meetup page.

We all start out using things like Excel to analyze data. Sometimes we progress to entering commands in languages like R and python, then save our commands into a script and run that. However, if steps of that script take a long time to run, it can be hard to change things, as we know it will necessitate another long run. Life can also get complex as we get more complex data and more steps. Drake is a fairly new package in R, supported by rOpenSci, that streamlines this process. You connect together simple functions and create a plan, similar to running a script, but if any of the data or functions change, you can rerun it and it will automatically only rerun the changed portions. It can even run tasks in parallel (using other functions). The goal of this is a gentle introduction to why this is useful and how it works – even if you do not know R, you should get the basic idea of creating an organized, readable workflow.

Please note: To do our part to prevent the spread of the COVID-19 virus, this meetup will be held Online, and a Zoom link to be sent to all attendees 30 minutes prior to the start of the Meetup.

This meetup will be hosted by Dr. Brian O’Meara, Professor and Associate Head, Ecology and Evolutionary Biology Department, University of Tennessee, Knoxville.

While being Zoom-based presents some challenges, it also means that anyone who is interested - from Knoxville or from elsewhere - is more than welcome to join. Please just RSVP for the event here, and you’ll be sent a Zoom link prior to the beginning of the presentation.

Regardless of whether you join the meetup, there is a website for the presentation available here: https://bomeara.github.io/drake_knoxdata/.