Replies: 1 comment 4 replies
-
The chapters need to be beneath the quarto project file. You can definitely do as you outline and freeze is definitely the way to do it. In this configuration if you execute |
Beta Was this translation helpful? Give feedback.
4 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.
-
I have a reseach project consisting of several subproject. They are (semi)-independent RStudio-projects.
Now I want to create a combinded documentation where files from subprojects are rendered based on their respective environment, but where the rendered output is saved on the research project level.
Is this possible and if yes how can I do this?
The structure should be similar to this:
I tried with a
_quarto.yml
like this:but the chapters are not rendered.
Beta Was this translation helpful? Give feedback.
All reactions