Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.03 KB

installation-instructions.md

File metadata and controls

28 lines (21 loc) · 1.03 KB
output
html_document
code_download toc number_sections code_folding
false
false
false
none

Software requirements

Students are required to bring their own laptop with R version 4.1 or greater.

Please make sure that your computer’s hardware is sufficiently powered (>4 GB RAM, > 2 GB free disk space), that you have a working wireless card, and that you have administrator rights.

Local installation

  1. Install R version 4.1 or greater from CRAN

  2. (Optional but recommended) Install RStudio Desktop

  3. Install all packages used throughout the course by running the installation script in an R session:

    source("https://github.com/statOmics/HDDA/raw/master/install.R")
  4. (Optional but recommended) Create a new R project for this course