jonkeane commented on pull request #12734: URL: https://github.com/apache/arrow/pull/12734#issuecomment-1081087721
And locally, you can (inside of the arrow repo): `R_ORG=rhub R_IMAGE=fedora-clang-devel R_tag=latest ARROW_R_DEV=FALSE docker-compose run -e ARROW_SOURCE_HOME='' r` I found the env vars + flags from: https://github.com/apache/arrow/blob/d327f694d7cd6b5919fe1df7d9dea6e7ebef03e1/dev/tasks/r/github.linux.cran.yml#L37-L48 That uses the [`archery docker`](https://arrow.apache.org/docs/developers/continuous_integration/docker.html) runner on the last line, which is ~ the same as `docker-compose run` for the `r` service. For others (like ubuntu-r) the `archery docker` setup is _slightly_ nicer because it deals with dependent services. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
