R/initial_setup.R

Defines functions initial_setup

# Code that can be run to initially set up a student's R installation.
#  Here we are installing LaTeX through the tidytex package
initial_setup <- function() {

  update_installed_packages()

  # removing this so students working on the Grace cluster do no install tinytex
  # tinytex::install_tinytex()

}
emeyers/SDS230 documentation built on Jan. 18, 2024, 1:01 a.m.