You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rsconnect::writeManifest() fails when the target directory contains a *.qmd file
The output is:
Error in `quartoInspect()` at rsconnect/R/appMetadata-quarto.R:11:3:
! Failed to run `quarto inspect` against your content:
ERROR: /Users/katie/Desktop/reprex/.Rprofile is not a valid Quarto input document
When the appFile argument is specified, e.g., rsconnect::writeManifest(appFiles = "file.qmd") the manifest will write.
rsconnect::writeManifest()
fails when the target directory contains a *.qmd fileThe output is:
When the
appFile
argument is specified, e.g.,rsconnect::writeManifest(appFiles = "file.qmd")
the manifest will write.See https://github.com/kmasiello/reprex for a lightweight reprex.
The text was updated successfully, but these errors were encountered: