Literate-Programming icon indicating copy to clipboard operation
Literate-Programming copied to clipboard

This is the repository for the Literate Programming Workshop

Results 1 Literate-Programming issues
Sort by recently updated
recently updated
newest added

From Module 5, I opened Module05.Rmd in RStudio and tried to run line 49 to 50 like Andrew said: ``` if (!require("pacman")) install.packages("pacman") # if pacman is not installed, the...