This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#' | |
#' This script sets up the R environment in the | |
#' Google Colab virtual machine. Mainly it | |
#' downloads the precompiles R packages and | |
#' installs needed Ubuntu packages. | |
#' Furthermore it downloads all needed datasets | |
#' to run the workshop analysis pipelines. | |
#' | |
#' install needed ubuntu packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#' | |
#' This script sets up the R environment in the | |
#' Google Colab virtual maschine. Mainly it | |
#' downloads the precompiles R packages and | |
#' installs needed Ubuntu packages. | |
#' Furthermore it downloads all needed datasets | |
#' to run the workshop analysis pipelines. | |
#' | |
#' install needed ubuntu packages |