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

[R] drop support for R 3.3 #30733

Closed
asfimport opened this issue Jan 3, 2022 · 1 comment
Closed

[R] drop support for R 3.3 #30733

asfimport opened this issue Jan 3, 2022 · 1 comment

Comments

@asfimport
Copy link

Glue no longer supports R 3.3 [1]. We only use glue ourselves in codegen, but vctrs imports glue, so we transitively depend on it.

Our r versions nightly build is failing 3.3 because of this:
https://github.com/ursacomputing/crossbow/runs/4688293849?check_suite_focus=true

#14 28.34 Installing 1 packages: glue
#14 40.04 Error: Failed to install 'glue' from CRAN:
#14 40.04   (converted from warning) packageglueis not available (for R version 3.3.3)
#14 40.04 Execution halted
#14 ERROR: executor failed running [/bin/sh -c /arrow/ci/scripts/r_deps.sh /arrow]: exit code: 1
------
 > importing cache manifest from apache/arrow-dev:r-rstudio-r-base-3.3-bionic:
------
------
 > [10/10] RUN /arrow/ci/scripts/r_deps.sh /arrow:
------
executor failed running [/bin/sh -c /arrow/ci/scripts/r_deps.sh /arrow]: exit code: 1
Service 'r' failed to build : Build failed
Error: `docker-compose --file /home/runner/work/crossbow/crossbow/arrow/docker-compose.yml build --build-arg BUILDKIT_INLINE_CACHE=1 r` exited with a non-zero exit code 1, see the process log above.

[1] https://cran.r-project.org/web/packages/glue/index.html

Reporter: Jonathan Keane / @jonkeane
Assignee: Jonathan Keane / @jonkeane

PRs and other links:

Note: This issue was originally created as ARROW-15235. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Jonathan Keane / @jonkeane:
Issue resolved by pull request 12072
#12072

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants