Closed toph-allen closed 2 years ago
Should we update NEWS.md to indicate that the quarto
package is no longer automatically included?
@aronatkins I don't feel strongly either way, and I'm happy to do so if you think it's best. Would you describe it with reference to the bundled renv
, or just in simple terms as though it's a change in this package's code?
This also raises the question in my mind: Do we need to update NEWS with all renv
discovery ?
We already announced the use of renv in a NEWS item. For this change, maybe:
- Take an
renv
update to avoid an implicit dependency on thequarto
package for all*.qmd
content.
Updated.
This brings the embedded
renv
code to https://github.com/rstudio/renv/commit/a4c9be3cc0d3e353d043dbad2f069c095e81fb62. This update includes the change that stops inferringquarto
dependency for Quarto projects (https://github.com/rstudio/renv/commit/958b084e2dfc8f97d430d40eb12830ad26f49d95).This PR contains no other changes to Packrat code.
Fixes https://github.com/rstudio/connect/issues/21418
QA Notes
We want to ensure that this change doesn't break dependency detection. One way to exercise this is to deploy a simple Shiny app to an RStudio Connect instance.
After installing the version of Packrat in this PR, deploy the following Shiny app to a Connect instance and ensure that it runs.