How to execute .Rprofile
of each document before rendering whole project?
#10681
Unanswered
JackCaster
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Quarto does not support document specific environments. This is a duplicate of: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok I see. But |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a collection of blog posts, each with a specific renv lockfile. The only way I can make quarto load the correct renv specification before rendering each posts is to include an R code chunk in the
.qmd
file for the post withor
or
Is there an alternative way to make quarto load the
.Rprofile
automatically?This is related to #6864, rstudio/blogdown#469 but I was not satisfied with the suggestions there, unfortunately
Beta Was this translation helpful? Give feedback.
All reactions