[
https://issues.apache.org/jira/browse/ARROW-15235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Keane resolved ARROW-15235.
------------------------------------
Fix Version/s: 7.0.0
Resolution: Fixed
Issue resolved by pull request 12072
[https://github.com/apache/arrow/pull/12072]
> [R] drop support for R 3.3
> --------------------------
>
> Key: ARROW-15235
> URL: https://issues.apache.org/jira/browse/ARROW-15235
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Jonathan Keane
> Assignee: Jonathan Keane
> Priority: Major
> Labels: pull-request-available
> Fix For: 7.0.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> 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
> {code}
> #14 28.34 Installing 1 packages: glue
> #14 40.04 Error: Failed to install 'glue' from CRAN:
> #14 40.04 (converted from warning) package ‘glue’ is 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.
> {code}
> [1] https://cran.r-project.org/web/packages/glue/index.html
--
This message was sent by Atlassian Jira
(v8.20.1#820001)