[R-SIG-Mac] ANSI escape weirdness on M1 (libedit issue?)
Gábor Csárdi
c@@rd|@g@bor @end|ng |rom gm@||@com
Wed Nov 3 19:12:06 CET 2021
On Wed, Nov 3, 2021 at 7:00 PM Prof Brian Ripley <ripley using stats.ox.ac.uk> wrote:
[...]
> AFAIK the reason for not distributing readline with binary distributions
> of R is perceived licence restrictions.
So is the license different for x86_64? Because those builds come with readline:
❯ R-4.1 -q -e 'extSoftVersion()[["readline"]]'
> extSoftVersion()[["readline"]]
[1] "5.2"
Whereas the arm64 build has:
❯ R-4.1-arm64 -q -e 'extSoftVersion()[["readline"]]'
> extSoftVersion()[["readline"]]
[1] "4.2 (EditLine wrapper)"
Gabor
More information about the R-SIG-Mac
mailing list