Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 of 4 tasks
jpdunc23 opened this issue Jan 9, 2023 · 1 comment · May be fixed by #150
Open
2 of 4 tasks

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

jpdunc23 opened this issue Jan 9, 2023 · 1 comment · May be fixed by #150
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jpdunc23
Copy link
Contributor

jpdunc23 commented Jan 9, 2023

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.
@jpdunc23
Copy link
Contributor Author

jpdunc23 commented Jan 9, 2023

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

@jpdunc23 jpdunc23 changed the title Permission denied error for R-CMD-check job on ubuntu-latest devel/release Permission denied error for R-CMD-check job Jan 9, 2023
@jpdunc23 jpdunc23 linked a pull request Jan 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant