Jonathan Keane created ARROW-15235:
--------------------------------------
Summary: [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
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)