editline instead of readline in R-4.2 and R-4.3 builds
G?bor, thank you very much for testing, this is a good catch. The readline library was missing from the build machine. I was doing a clean re-build of the image and readline5 is not part of the r-base-dev recipes group (since it is optional) so it was not included in the automated setup. Now added manually. Thanks, Simon
On 5/04/2022, at 4:49 AM, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote: FYI, in case this was not intentional. G. ? R-4.1-arm64 -q -e 'extSoftVersion()["readline"]'
extSoftVersion()["readline"]
readline "5.2" ? R-4.2-arm64 -q -e 'extSoftVersion()["readline"]'
extSoftVersion()["readline"]
readline "4.2 (EditLine wrapper)" ? R-4.3-arm64 -q -e 'extSoftVersion()["readline"]'
extSoftVersion()["readline"]
readline "4.2 (EditLine wrapper)"
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac