I recently installed the R package exams
in order to generate some qti format quizzes for a course I am about to teach, but have been unable to import R markdown files.
I tried with the example file switzerland.Rmd available here: http://www.r-exams.org/templates/switzerland/
Here's the error I am getting when I try to run exams2qti21
:
> exams2qti21("../Downloads/switzerland.Rmd")
sh: 1: +RTS: not found
Error: pandoc document conversion failed with error 127
How can I fix this?
I am running R 3.4.4 on Ubuntu Xenial.