Learn R Programming

ropenblas (version 0.2.7)

link_again: Linking the OpenBLAS library with R again

Description

The link_again function links again the OpenBLAS library with the R language, being useful to correct problems of untying the OpenBLAS library that is common when the operating system is updated.

Usage

link_again(restart_r = TRUE)

Arguments

restart_r

If TRUE (default), a new section of R is started after linking the OpenBLAS library.

Details

The function link_again be able to link again the R language with the OpenBLAS library. Thus, link_again will only make the relinkagem when in some previous section of R the ropenblas function has been used for the initial binding of the R language with the OpenBLAS library.

Relinking is useful in situations of updating the operating system. In some update, it is possible that the OpenBLAS library compiled in the /opt directory is unlinked. In this scenario, when the OpenBLAS library has already been compiled using the ropenblas function, the link_again function performs a new link without the need to recompile, thus making the process less time consuming.

See Also

ropenblas

Examples

Run this code
# NOT RUN {
# link_again()
# }

Run the code above in your browser using DataLab