-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: add quarto_install_extension()
/ quarto_use_template()
#45
Conversation
quarto_install_extension()
/ quarto_use_template()
Future: check if the current install/use function can use extension/format from within an R package (quarto-dev/quarto-cli#2079) |
quarto_install_extension()
/ quarto_use_template()
quarto_install_extension()
/ quarto_use_template()
`quarto_add_extension()`
[skip ci]
Thanks @mcanouil for the PR. I tweaked quite a bit and use this opportunity to improve overall. |
This PR brings two new wrapper functions:
quarto_install_extension()
andquarto_use_template()
Fixes #42
Fixes #27