Package website: https://prdm0.github.io/ropenblas
Summary
The ropenblas package introduces a simple way, through its functions, to link the library OpenBLAS with the language R. In addition, with ropenblas it is possible to link different versions of R, making it possible to easily switch between the different versions of R compiled.
The package currently works only on GNU/Linux systems and is independent of the official repositories of the user’s GNU/Linux distribution. This allows the R user on GNU/Linux systems who is the administrator of the operating system - OS to link the latest versions of R and OpenBLAS as well as switch between versions if they wish.
The main contributions to the ropenblas package are listed below:
ropenblas()
function. One suggestion would be to link precompiled binaries from the OpenBLAS library and distribute them in a inst/
directory.