-
Notifications
You must be signed in to change notification settings - Fork 216
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
Consider installing quarto by default? #866
Comments
Or maybe automatically install it if the R quarto package is a dependency? |
This will help make this work more easily for usethis users r-lib/usethis#1997 (when the issue is fixed in usethis) |
Or if it finds |
@cderv What do you think? How should this work? |
How does it work for Pandoc today ? I believe we added recently the auto installation in Automatic is great, but it could also means more maintenance for you here depending on how you do it. AFAIK (and from personal experience) most of the users or r-lib/actions will use the However, it is not necessary to install it always, and it comes with a install cost. So doing it automatically on conditions is probably nicer experience, especially for R users not at ease with Github actions. I would go with any .qmd found in the repo if possible. This would cover all cases, and not only packages project. However, looking at quarto R Package dependency is more targeted as anyone using vignettes would use it. Less automated way could also be a first step, like installing
That seems a good way, I need to provide that output. This means though no pandoc version choice and using the one bundle. |
OK, so the plan is to add an input parameter called I'll also add a |
@cderv Now that I am writing this, it occured to me that we could do the same for pandoc, i.e. install it whenever there is an |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue |
For our package actions, we might want to consider installing quarto by default to make it easier for folks to use it for vignettes. Quarto bundles pandoc so we might be able to use it to replace the install pandoc step (quarto-dev/quarto-actions#107)
The text was updated successfully, but these errors were encountered: