-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·34 lines (34 loc) · 1.67 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: ropenblas
Type: Package
Title: Download, Compile and Link 'OpenBLAS' Library with R
Version: 0.2.8
Authors@R:
person(given = "Pedro Rafael",
family = "D. Marinho",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Pedro Rafael D. Marinho <[email protected]>
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' (<http://www.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
LazyData: true
Imports:
glue,
magrittr,
getPass,
rstudioapi,
stringr,
git2r,
RCurl,
XML,
cli,
pingr,
withr,
rlang,
fs,
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1