Global loading of R
Packages (for use in all subdocuments)?
#6877
-
DescriptionI'm writing a In my current use case that would include
Any pointers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
See: A bit of a dirty approach as you don't explicitly load in the document is to use |
Beta Was this translation helpful? Give feedback.
See:
A bit of a dirty approach as you don't explicitly load in the document is to use
.Rprofile
at the root of your project (alongside_quarto.yml
).This has the risk to forget about it and what is done in it, so not really recommended, in addition to the fact that your document is no longer really self-contained in terms of dependency declaration.