Colin Gillespie1,2
1. Newcastle University, UK.
2. Jumping Rivers
Keywords: BLAS, set-up, efficient, programming
Colin Gillespie is Senior lecturer (Associate professor) at Newcastle University, UK. He is has been running R courses for over five years at a variety of levels, ranging from beginners to advanced programming. During his academic career, he has also been employed as an external consultant at Shell, Burberry, Yorkshire Bank, KPMG, and Tesco Bank. His research interests are high performance statistical computing and Bayesian statistics. He is author of the poweRlaw package and often helps other R users on stackoverflow. He is co-author of the recent book Efficient R programming, O’Reilly.
By the end of the tutorial participants should:
.Rprofile
and the effect of switching BLAS libraries;This tutorial will cover a variety of techniques that will increase the productivity of anyone using R. Topics include optimizing your set-up, tips for increasing code performance and ways to avoid memory issues. Ranging from guidance on the use of RStudio to ensure an efficient workflow to leveraging C++, this tutorial provides practical advice suitable for people from a wide range backgrounds.
An overview of the topics covered are:
.Rprofile
and .Renviron
files, the importance of a good IDE, and switching BLAS libraries.Participants should be familiar with for loops, if statements and writing simple functions.
R is now used in many disparate settings. However, the majority of R programmers have no formal computer training, and instead have “learned on the job”. This tutorial aims to fill in some of these gaps.
This tutorial will be of interest to most conference attendees and so I would expect it to be reasonably popular - around 80 participants.