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

sh: 1: git: not found #31

Closed paradigmfellow closed 3 years ago

paradigmfellow commented 3 years ago

I am getting this issue when trying to compile:

Error in git2r::checkout(object = download$path_openblas, branch = glue("{openblas_version}")) : 'branch' must be a character vector of length one

prdm0 commented 3 years ago

Make sure you have git installed on your operating system or try to install it again:

ropenblas::rcompiler()