RMDs4NMU provides an R Markdown template for creating written student assignments. I uses the excellent LaTeX exam package.
You can install the development version of RMDs4NMU from GitHub with:
# install.packages("devtools")
devtools::install_github("sjvrensburg/RMDs4NMU")
In RStudio, after installation, you can create an assignment by following these simple instructions:
- Select File > New File > R Markdown
- Select From Template
- Select assignment in the list of templates.
Future versions my include:
- Other templates, including quizzes, slides and exams.
- Examples and a tutorial.