add blog and images#455
Conversation
|
|
Didn't I create a PR a while back to purposely remove the need for R and its dependencies? Or was that a different repo... |
You probably did. I was experimenting with GitHub Copilot but I'm not happy with the outcome. Will revert back to cd5cf14. Edit: @tomjemmett how do pages get rendered without R? |
989604a to
cd5cf14
Compare
|
any computations should be committed to the _freeze directory (render local). otherwise, you should not need to render. there are some caveats, see the readme. some things like code-folding seem to require rmarkdown and knitr to be available for no good reason, so it's best to avoid those features |
Co-authored-by: Tom Jemmett <thomas.jemmett@nhs.net>
…brain_plates_blog
The cuplrit most likely was a forgotten ```{r lockfile}
...
renv::use(lockfile = "renv.lock")
```I hadn't deleted when I updated our Using Git and GitHub page. |
|
Not sure what to do with this one now TBH given the confusion - will let @tomjemmett approve this PR |
tomjemmett
left a comment
There was a problem hiding this comment.
@DCEW not read any of the content, so not really in a position to approve/disprove, but it doesn't seem to be borking the deployment anymore
The Quarto workflows started failing after switching away from the Quarto render action: CI had R available, but not the
knitr/rmarkdownpackages required to render posts with frozen R content. This change restores the repo’s intended non-executing CI render path and installs only the R packages Quarto needs to parse those documents.Workflow behavior
quarto render . --execute falseR runtime dependencies
r-lib/actions/setup-r-dependencies@v2to install the minimal packages Quarto needs:any::knitrany::rmarkdownContributor guidance
_freezeExample workflow change: