/IST707HWFormat

Simple homework template for IST707

MIT LicenseMIT

IST 707 Homework Template

To install this package, simply run the following two lines of code in the Rstudio console:

if (!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("jonathan-durbin/IST707HWFormat")

Once this package is installed, you don't need to load it using library, as you would for other R packages.

To create a new Rmarkdown file based on the provided template:

  • click on the "new file" button in the top left corner of Rstudio, then click "R markdown..." in the drop-down.
  • select "From Template", then select the template file "IST707 HW Template".

Feel free to submit an issue or contact me if something isn't working.