E.g., see [this error](https://github.com/Yu-Group/simChef/actions/runs/3869925692/jobs/6596420490#step:6:520) caused by the following line: https://github.com/Yu-Group/simChef/blob/b3d71a2d5594eab4f8f8ec1006aba8e723508b68/vignettes/simChef.Rmd#L489 ~~This is similar to https://github.com/dbt-labs/dbt-core/issues/6364 and seems to be caused by the change from Ubuntu 20.04 to 22.04 in https://github.com/actions/runner-images/issues/6399.~~ Possible solutions: - [x] ~~Change `ubuntu-latest` to `ubuntu-20.04` in [`.github/workflows/check-standard.yaml`](https://github.com/Yu-Group/simChef/blob/main/.github/workflows/check-standard.yaml)~~ - [ ] Fix file permissions in runner. - [x] Don't eval `render_docs()` in `simChef.Rmd` in `R-CMD-check` workflow - [ ] Don't eval `render_docs()` in `simChef.Rmd` at all and instead put locally pre-rendered html output in `pkgdown/assets`.