We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_render
Due to as_job default it seems
as_job
> withr::with_dir(temp_demo, quarto::quarto_render()) Rendering project as background job (use as_job = FALSE to override) Error: ! Function runScriptJob not found in RStudio Hide Traceback ▆ 1. ├─withr::with_dir(temp_demo, quarto::quarto_render()) 2. │ └─base::force(code) 3. └─quarto::quarto_render() 4. └─rstudioapi::jobRunScript(...) 5. └─rstudioapi::callFun(...)
The text was updated successfully, but these errors were encountered:
I have had the same experience. I am able to run quarto render from the terminal within positron successfully.
Sorry, something went wrong.
No branches or pull requests
Due to
as_job
default it seemsThe text was updated successfully, but these errors were encountered: