simChef icon indicating copy to clipboard operation
simChef copied to clipboard

Permission denied error for `R-CMD-check` job

Open jpdunc23 opened this issue 2 years ago • 1 comments
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-latest to ubuntu-20.04 in .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.

jpdunc23 avatar Jan 09 '23 18:01 jpdunc23

Also seeing this using ubuntu-20.04, e.g. here.

jpdunc23 avatar Jan 09 '23 23:01 jpdunc23