prdm0/ropenblas: Download, Compile and Link 'OpenBLAS' Library with R

The 'ropenblas' package (<https://prdm0.github.io/ropenblas/>) is useful for users of any 'GNU/Linux' distribution. It will be possible to download, compile and link the 'OpenBLAS' library (<https://www.openblas.net/>) with the R language, always by the same procedure, regardless of the 'GNU/Linux' distribution used. With the 'ropenblas' package it is possible to download, compile and link the latest version of the 'OpenBLAS' library even the repositories of the 'GNU/Linux' distribution used do not include the latest versions of 'OpenBLAS'. If of interest, older versions of the 'OpenBLAS' library may be considered. Linking R with an optimized version of 'BLAS' (<https://netlib.org/blas/>) may improve the computational performance of R code. The 'OpenBLAS' library is an optimized implementation of 'BLAS' that can be easily linked to R with the 'ropenblas' package.

Getting started

Package details

MaintainerPedro Rafael D. Marinho <pedro.rafael.marinho@gmail.com>
LicenseGPL-3
Version0.3.0
URL https://prdm0.github.io/ropenblas/ https://github.com/prdm0/ropenblas
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("prdm0/ropenblas")
prdm0/ropenblas documentation built on Sept. 6, 2022, 12:17 a.m.