Package: ropenblas
Type: Package
Title: Download, Compile and Link 'OpenBLAS' Library with R
Version: 0.4.0
Authors@R: c(
    person(given = "Pedro Rafael",
           family = "D. Marinho",
           role = c("aut", "cre"),
           email = "pedro.rafael.marinho@gmail.com",
           comment = c(ORCID = "0000-0003-1591-8300")),
    person(given = "Enes", family = "Ahmeti", role = c("ctb"), email = "eness.188@live.de")
    )
Maintainer: Pedro Rafael D. Marinho <pedro.rafael.marinho@gmail.com>
Description: 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.
Depends: R (>= 3.1.0)
License: GPL-3
URL: https://prdm0.github.io/ropenblas/,
        https://github.com/prdm0/ropenblas
BugReports: https://github.com/prdm0/ropenblas/issues
SystemRequirements: GNU Make, GCC Compiler Suite (C and Fortran)
Encoding: UTF-8
Imports: glue, stringr, magrittr, git2r, pingr, cli, getPass, rvest,
        withr, rlang, stats, utils, fs
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-06-28 12:14:39 UTC; prdm0
Author: Pedro Rafael D. Marinho [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1591-8300>),
  Enes Ahmeti [ctb]
Repository: CRAN
Date/Publication: 2025-06-28 12:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 09:54:00 UTC; unix
