Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Quarto assignments in R #815

Open
ttimbers opened this issue Jul 24, 2024 · 2 comments
Open

Add support for Quarto assignments in R #815

ttimbers opened this issue Jul 24, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ttimbers
Copy link

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?

@ttimbers ttimbers added the enhancement New feature or request label Jul 24, 2024
@chrispyles
Copy link
Member

Thanks for the FR! Yes, happy to review a PR.

@ttimbers
Copy link
Author

OK, starting working on test files first! Opened a PR where I am going to work slowly and ask for your input frequently as I am not super familiar with your code base. See #816

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants