I've created a course using the swirl
package in r. The yaml file is created fine.
new_lesson("lesson_name", "course_name")
demo_lesson()
However, I attempt to run the course but get the following error:
Scanner error: mapping values are not allowed in this context at line 61, column 32
This error is incomprehensible to me. Anyone who knows swirl has an idea of what it means, and how to fix it?