ropenblas
ropenblas copied to clipboard
Package to link R language to OpenBLAS library
Good and practial package, I was wondering if it is possible set the number cores (in my case, 1) at R session to avoid conflicts when executing parallel process, for...
Using the `rcompiler()` function to update and compile `R` fails with the following error: ``` Error in download.file(., destfile = glue("{path_r}/R-{x}.{extension}")) : cannot open URL 'https://cloud.r-project.org/src/base/R-4/R-4.4.1.tar.xz.tar.gz' Calls: -> compiler_r ->...
Simplify the code of `last_version_r()` and make sure it handles `.xz.gz` files on CRAN.
Hi! In r, I do ``` > install.packages("ropenblas") > library(ropenblas) > ropenblas::ropenblas() ... Install OK! make[1]: Leaving directory '/tmp/openblas' ℹ Running command: `sudo ln -snf /opt/OpenBLAS/lib/libopenblas.so '/usr/lib/libblas.so.3.12.0'` During startup -...