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()
Error in `quartoInspect()`:
! Failed to run `quarto inspect` against your content:
ERROR: /home/michael.thomson/rsconnect_quarto/.Rprofile is not a valid Quarto input document
Stack trace:
at inspectConfig (file:///opt/quarto/1.5.56/bin/quarto.js:101501:19)
at async Command.actionHandler (file:///opt/quarto/1.5.56/bin/quarto.js:101515:20)
at async Command.execute (file:///opt/quarto/1.5.56/bin/quarto.js:8017:13)
at async Command.parseCommand (file:///opt/quarto/1.5.56/bin/quarto.js:7907:20)
at async quarto (file:///opt/quarto/1.5.56/bin/quarto.js:118224:9)
at async file:///opt/quarto/1.5.56/bin/quarto.js:118244:9
at async mainRunner (file:///opt/quarto/1.5.56/bin/quarto.js:118128:9)
at async file:///opt/quarto/1.5.56/bin/quarto.js:118235:5
Run `rlang::last_trace()` to see where the error occurred.
Then, manually specifying works:
> rsconnect::writeManifest(appPrimaryDoc = "doc.qmd")
ℹ Capturing R dependencies from renv.lock
✔ Found 46 dependencies
In contrast, if you rename to doc.Rmd, it works off the shelf.
The text was updated successfully, but these errors were encountered:
To test:
renv::restore()
manifest.json
file:In contrast, if you rename to
doc.Rmd
, it works off the shelf.The text was updated successfully, but these errors were encountered: