-
Notifications
You must be signed in to change notification settings - Fork 83
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: provide feedback when inspect fails #1032
Comments
aronatkins
added a commit
that referenced
this issue
Jan 25, 2024
aronatkins
added a commit
that referenced
this issue
Jan 26, 2024
aronatkins
added a commit
that referenced
this issue
Jan 26, 2024
* produce an error when Quarto content cannot be inspected fixes #1032 * snapshot inspect error tests and other minor tweaks * suppress quarto colors
Verified on rsconnect dev build
Accurate feedback is provided when inspect fails
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given the Quarto document:
Running
quarto inspect
produces an error.quarto inspect index.qmd # => ERROR: Unknown format unsupported
However, when
rsconnect::writeManifest()
orrsconnect:deployApp()
acts upon this file, there is no complaint.The manifest declares that it should be
quarto-static
but is created without aquarto
block. Additionally, a set of R packages is inferred, as if it needs knitr/rmarkdown.When
rsconnect::deployApp()
publishes to Posit Connect, the lack of a Quarto block produces an error:This type of error can happen when the document uses a new type of format but the Quarto installation does not support that format.
The text was updated successfully, but these errors were encountered: