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

quarto::quarto_available(version) #187

Open
hadley opened this issue Jun 12, 2024 · 1 comment
Open

quarto::quarto_available(version) #187

hadley opened this issue Jun 12, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@hadley
Copy link

hadley commented Jun 12, 2024

Would be very useful. Analog to rmarkdown::pandoc_available(version)

@cderv
Copy link
Collaborator

cderv commented Jun 13, 2024

I have got quarto::quarto_binary_sitrep() right now: https://quarto-dev.github.io/quarto-r/reference/quarto_binary_sitrep.html

This was added to handle some questions about which version is used as it could be different in terminal, RStudio IDE or R package depending on setting.

So right now

quarto_available <- function() {
    quarto::quarto_binary_sitrep(FALSE, FALSE)
}

will work. But no version selection.

I should indeed add something like rmarkdown::pandoc_available() or pandoc::pandoc_available()

@cderv cderv added the enhancement New feature or request label Jun 13, 2024
@cderv cderv added this to the next version milestone Jun 13, 2024
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
None yet
Development

No branches or pull requests

2 participants