Skip to content
/ advr1 Public

Advanced R 1-day course taught at the University of Cambridge

Notifications You must be signed in to change notification settings

lgatto/advr1

Repository files navigation

R OO Programming and Package Development

This is the material for the 1-day course taught at the University of Cambridge.

For the course IT preparation, we need to be able to build and check the sequences. package. The best way to test if this is possible is to run the following code chunk.

if (!require("devtools")) install.packages("devtools")
devtools::install_github("lgatto/sequences", quick = FALSE, dependencies = TRUE)

We also suggest to install Rstudio.

For more material, see the TeachingMaterial site/repository.

All the material is available under a Creative Commons Attribution-ShareAlike 3.0 License.

About

Advanced R 1-day course taught at the University of Cambridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published