TL;DR latest R 4.5.0 Patched (r88147 or higher) from https://mac.R-project.org
should work.
Ulrich,
Thanks for the report. Yes, the whole purpose of the R shared BLAS is that you
can point it to any BLAS implementation as long as it is complete enough for R
to use. Unfortunately, R 4.5.0 now r
On 15/04/2025 11:59, Ulrich KELLER wrote:
Symlinking the vecLib-based BLAS no longer seems to work with R 4.5.0. After
running `ln -sf libRblas.vecLib.dylib libRblas.dylib`, R fails to load the
stats package:
```
During startup - Warning message:
package ‘stats’ in options("defaultPackages") w
Symlinking the vecLib-based BLAS no longer seems to work with R 4.5.0. After
running `ln -sf libRblas.vecLib.dylib libRblas.dylib`, R fails to load the
stats package:
```
During startup - Warning message:
package ‘stats’ in options("defaultPackages") was not found
> library(stats)
Error: package