Skip to content

lgatto/advr1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors