Closed georgestagg closed 1 month ago
Avoids downloading the same R package(s) many times when using the shinylive extension in a Quarto project with multiple documents in subdirectories.
Fixes https://github.com/quarto-ext/shinylive/issues/61.
A fallback of "." (corresponding to the current behaviour) is set incase the QUARTO_PROJECT_DIR environment variable is ever unset.
"."
QUARTO_PROJECT_DIR
Related: https://github.com/quarto-dev/quarto-cli/blob/4f4132844b5764d21d188ad9cba52a0fd5917a17/src/project/serve/serve.ts#L220
Thank you!
Avoids downloading the same R package(s) many times when using the shinylive extension in a Quarto project with multiple documents in subdirectories.
Fixes https://github.com/quarto-ext/shinylive/issues/61.
A fallback of
"."
(corresponding to the current behaviour) is set incase theQUARTO_PROJECT_DIR
environment variable is ever unset.