Skip to content

Add support for Quarto assignments in R #815

Open
@ttimbers

Description

More and more R users are using Quarto (.qmd) files instead of R Markdown (.Rmd) files because they have a lot of nice built in functionality that takes more effort to layer on in .Rmd. As such, it would be nice for ottergrader to support .qmd files. These files are extremely similar, and from reading the source code, I think the only change needed it to support either .Rmd or .qmd file extensions for R files. This can work because knitr::purl("homework.qmd") works the same as knitr::purl("homework.Rmd") - and so nothing else in the code logic needs to change I think.

Would a PR for this be welcome?

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions