Re: [R-SIG-Mac] [External] Rmpfr crashes on Mac

2021-11-28 Thread Erich Subscriptions
One more thing: After compiling Rmpfr from source, things worked. > On 29.11.2021, at 00:30, Kevin Ushey wrote: > > I can reproduce something similar on my M1 macOS machine, when using the > x86_64 build of R. I see: > >> x1 <- mpfr(-50, 200) > *** caught illegal operation *** > address 0x10c5f

Re: [R-SIG-Mac] Strange library problem with 4.0

2020-04-25 Thread Erich Subscriptions
A I had a .Renviron file which was the culprit. > On 25.04.2020, at 17:40, Kevin Ushey wrote: > > R --vanilla -s -e "writeLines(.libPaths())" [[alternative HTML version deleted]] ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https

[R-SIG-Mac] Strange library problem with 4.0

2020-04-25 Thread Erich Subscriptions
I installed R 4.0 on 2 machines, an iMac and a Macbook Pro. Before that, I installed RSwitch and did what the site tells to do: sudo pkgutil --forget org.r-project.R.el-capitan.fw.pkg \ --forget org.r-project.x86_64.tcltk.x11 \ --forget org.r-project.x86_64.texinfo \

[R-SIG-Mac] My silliness

2019-10-10 Thread Erich Subscriptions
gfortran 6.1 from the tools directory (which I simply did not notice) did install. But it also seems to be 32bi and therefore does not work on Catalina. Sorry for bothering people here. ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.

[R-SIG-Mac] Catalina and gfortran

2019-10-10 Thread Erich Subscriptions
I am trying to produce a n R environment on clean new Catalina installation (in a VM). The R binary installer and RStudio work. Then, I installed clang7, and that seems to work also. gfortran, however, is a problem. The 4.2.3 version (still in the tools folder on CRAN) is 32bit only, so it does no