sessionInfo lapack

How can I force R-Studio to use LAPACK as matrix default. This is the output when I run the session info command:

sessionInfo()
R version 4.2.2 (2022-10-31 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)

Matrix products: default

locale:
[1] LC_COLLATE=French_Canada.utf8
[2] LC_CTYPE=French_Canada.utf8
[3] LC_MONETARY=French_Canada.utf8
[4] LC_NUMERIC=C
[5] LC_TIME=French_Canada.utf8

attached base packages:
[1] stats graphics grDevices
[4] utils datasets methods
[7] base

other attached packages:
[1] RPostgres_1.4.5

loaded via a namespace (and not attached):
[1] bit_4.0.5
[2] compiler_4.2.2
[3] ellipsis_0.3.2
[4] cli_3.6.0
[5] hms_1.1.2
[6] DBI_1.1.3
[7] tools_4.2.2
[8] rstudioapi_0.14
[9] Rcpp_1.0.10
[10] bit64_4.0.5
[11] vctrs_0.5.2
[12] blob_1.2.3
[13] lifecycle_1.0.3
[14] pkgconfig_2.0.3
[15] rlang_1.0.6

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.