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

feat: add quarto_install_extension() / quarto_use_template() #45

Merged
merged 20 commits into from Oct 13, 2023
Merged

feat: add quarto_install_extension() / quarto_use_template() #45

merged 20 commits into from Oct 13, 2023

Conversation

mcanouil
Copy link
Contributor

@mcanouil mcanouil commented Aug 15, 2022

This PR brings two new wrapper functions: quarto_install_extension() and quarto_use_template()

Fixes #42
Fixes #27

@mcanouil mcanouil changed the title Feat-new-commands Add quarto_install_extension / quarto_use_template Aug 15, 2022
@mcanouil mcanouil changed the title Add quarto_install_extension / quarto_use_template Add quarto_install_extension() / quarto_use_template() Aug 15, 2022
@mcanouil
Copy link
Contributor Author

mcanouil commented Aug 24, 2022

Future: check if the current install/use function can use extension/format from within an R package (quarto-dev/quarto-cli#2079)
Although, this would require to set up a structure and document that structure, as for example the inst/rmarkdown/templates for Rmarkdown (https://bookdown.org/yihui/rmarkdown-cookbook/package-template.html).

@mcanouil mcanouil changed the title Add quarto_install_extension() / quarto_use_template() feat: add quarto_install_extension() / quarto_use_template() Aug 25, 2022
@cderv cderv merged commit 1a4ba6c into quarto-dev:main Oct 13, 2023
@cderv
Copy link
Collaborator

cderv commented Oct 13, 2023

Thanks @mcanouil for the PR. I tweaked quite a bit and use this opportunity to improve overall.

@mcanouil mcanouil deleted the feat-new-commands branch October 13, 2023 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Add the equivalent of rmarkdown::draft() to this package NEWS.md file for changelog?
2 participants