Nicola Crane created ARROW-18062:
------------------------------------
Summary: [R] error in CI jobs for R 3.5 and 3.6 when R package
being installed
Key: ARROW-18062
URL: https://issues.apache.org/jira/browse/ARROW-18062
Project: Apache Arrow
Issue Type: Bug
Components: R
Reporter: Nicola Crane
e.g.
https://github.com/ursacomputing/crossbow/actions/runs/3246698242/jobs/5325752692#step:5:3164
>From the install logs on that CI job:
{code}
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘arrow’:
.onLoad failed in loadNamespace() for 'arrow', details:
call: fun_cache[[unqualified_name]] <- fun
error: invalid type/length (closure/0) in vector allocation
Error: loading failed
{code}
It is currently erroring for R 3.5 and 3.6 in the nightlies with this error.
The line of code where the error comes from was added in ARROW-16444 but
seeing as that was 3 months ago, it seems unlikely that this change introduced
the error.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)