Skip to content

Latest commit

 

History

History
executable file
·
40 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

executable file
·
40 lines (27 loc) · 1.07 KB

RMDs4NMU

Lifecycle: experimental CRAN status

RMDs4NMU provides an R Markdown template for creating written student assignments. I uses the excellent LaTeX exam package.

Installation

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:

  1. Select File > New File > R Markdown
  2. Select From Template
  3. Select assignment in the list of templates.

Roadmap

Future versions my include:

  • Other templates, including quizzes, slides and exams.
  • Examples and a tutorial.