I am a beginner with R. I am working with Rstudio on Windows. I would like to download some library as Lapack or Blas, because R is too slow when it comes to make a heavy usage of vector/matrix operations. I tried:
install.packages("blas")
Installing package into ‘C:/Users/cristina/AppData/Roaming/SPB_Data/R/win-library/3.6’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘blas’ is not available (for R version 3.6.3)
So what should i do to improve performance?