Skip to content

Permission denied error for R-CMD-check job #144

@jpdunc23

Description

@jpdunc23

E.g., see this error caused by the following line:

render_docs(experiment, open = FALSE)

This is similar to dbt-labs/dbt-core#6364 and seems to be caused by the change from Ubuntu 20.04 to 22.04 in actions/runner-images#6399.

Possible solutions:

  • Change ubuntu-latest to ubuntu-20.04 in .github/workflows/check-standard.yaml
  • Fix file permissions in runner.
  • 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggithub_workflowImprovments to GitHub workflow, CI, etc

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions