Skip to content
Prev 13046 / 15075 Next

Installing CRAN binary packages with R 4.0 installed from source crashes R

FWIW I also get the same thing (i.e. R crashes on loading CRAN binary 
packages) if I configure R 4.0 alpha like here 
https://svn.r-project.org/R-dev-web/trunk/QA/Simon/R4/conf.high-sierra-x86_64, 
that is, if all the compilers use -mmacosx-version-min=10.13 and I set 
--build=x86_64-apple-darwin17.0

In that case I end up with the following sessionInfo():

   > sessionInfo()
   R version 4.0.0 alpha (2020-04-01 r78132)
   Platform: x86_64-apple-darwin17.0 (64-bit)
   Running under: macOS Mojave 10.14.6

   Matrix products: default
   BLAS:   /Users/biocbuild/bbs-3.11-bioc/R/lib/libRblas.dylib
   LAPACK: /Users/biocbuild/bbs-3.11-bioc/R/lib/libRlapack.dylib

   locale:
   [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

   attached base packages:
   [1] stats     graphics  grDevices utils     datasets  methods   base

   loaded via a namespace (and not attached):
   [1] compiler_4.0.0

H.
On 4/1/20 23:47, Herv? Pag?s wrote: