knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Class material and functions for S&DS 100: Introductory Statistics
To install the SDS100 package that contains functions that are useful for the class run the function below
Note: we recommend you cut and paste all these commands to avoid typos.
install.packages("devtools") devtools::install_github("emeyers/SDS100")
Once you have installed the SDS100 package, you can use this package to install other packaged required by the class as well as LaTeX using the SDS100:::initial_setup()
function shown below.
Notes:
SDS100:::initial_setup()
To test that LaTeX has correctly installed on your system you can run the following command:
tinytex:::is_tinytex()
If the function returns TRUE, then you have successfully installed LaTeX.
All class material is in the ClassMaterial directory. In particular the ClassMaterial/slides directory contains the class slides which can be useful to review what was covered in class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.