Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

LSRU/tv_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tidyverse course

Deprecated: new location on gitlab

This repository is deprecated.

The new repo is publicly available here with gitab

And the companion website is: https://rworkshop.uni.lu/

Building the docs folder

To create the html files for the docs folder, use the Build -> Build All button in RStudio. This button will use the rules defined in Makefiles to produce the HTML files. make will use the rmarkdown::render_site() function to create the files in the docs folder.

  • Source files for the gh-pages doc folder are oranized as follows:
    • lectures folder for ioslides lectures with Rmd files supposed to start with "lecture*".
    • practicals folder for the tutorials rendered using unilur::tutorial_html(). Rmd files should start with "TD*".
    • site folder for the global webpages
    • Every file in these folders not starting with an underscore ("_") and not being a used source will be copied to the docs folder (this is a rmardkown::render_site() behaviour).
  • Altering _site.yml should reconstruct the site.
  • You can use the clean or clean & rebuild in Rstudio: it will erase the content of the doc folder and rebuild the site.