R/initial_setup.R

Defines functions initial_setup

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

  update_installed_packages()
  tinytex::install_tinytex()

}
emeyers/SDS100 documentation built on April 28, 2024, 5:07 p.m.