ETC4500/ETC5450 Advanced R Programming
Home
Schedule
Week 1: Foundations of R programming
Week 2: Foundations of R programming
Week 3: R package development
Week 4: Debugging and profiling
Week 5: Functional programming
Week 6: Object-oriented programming
Week 7: Object-oriented programming
Week 8: Literate and reactive programming
Week 9: Quarto and targets – efficient reproducible workflows
Week 10: Metaprogramming
Week 11: Interfacing with other languages
Week 12: Rewriting R code in C++
Discussion
Moodle
On this page
Main reference
What you will learn this week
Slides for week
Assignments
Online resources
Week 6: Object-oriented programming
Main reference
12-13.
Advanced R
What you will learn this week
Object-oriented programming (Thomas Lumley)
Slides for week
Download pdf
Assignments
Assignment 2
is due on Friday 19 April.
Online resources
A simple guide to S3 methods
S4: a short guide for the perplexed
Comparing S3 and S4 on an example
S4