prdm0 / ropenblas

Package to link R language to OpenBLAS library
https://prdm0.github.io/ropenblas/.
GNU General Public License v3.0
50 stars 5 forks source link

Error in updating to 0.2.3 #15

Closed Procyon-Lotor-Hub closed 4 years ago

Procyon-Lotor-Hub commented 4 years ago

Hiya, i am getting the follow error when trying to upgrade from 0.2.2 to the newest version:

prdm0 commented 4 years ago

There was no problem here. However, see if it resolves:

install.packages("git2r")
install.packages("ropenblas")
Procyon-Lotor-Hub commented 4 years ago

There was no problem here. However, see if it resolves:

install.packages("git2r")
install.packages("ropenblas")

That did the trick. Thanks for the prompt response.