simChef
simChef copied to clipboard
Permission denied error for `R-CMD-check` job
trafficstars
E.g., see this error 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-latesttoubuntu-20.04in.github/workflows/check-standard.yaml~~ - [ ] Fix file permissions in runner.
- [x] Don't eval
render_docs()insimChef.RmdinR-CMD-checkworkflow - [ ] Don't eval
render_docs()insimChef.Rmdat all and instead put locally pre-rendered html output inpkgdown/assets.
Also seeing this using ubuntu-20.04, e.g. here.