README.md
for pdf-tts-ds
PDF notes from the 2022 TTS data science course.
- Clone this repo
- Install R
- Install Desktop version of R Studio
- Install R Markdown by running
install.packages("rmarkdown")
in your R Studio terminal.
- Skim the above guide and transcribe the class lecture notes into a
.Rmd
file in thesrc
folder - Output the
.Rmd
topdf
- Move the
pdf
to the/pdf
folder - Commit your changes
- Make a pull-request