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

could not find function "col_green" #18

Closed waynelapierre closed 4 years ago

waynelapierre commented 4 years ago

After running ropenblas(x = "0.3.10"), I got this:

═══════════════ Procedure Completed ══════════════
Error in col_green(symbol$tick) : could not find function "col_green"

My operating system is Fedora 32 and my R version is 4.0.2.

prdm0 commented 4 years ago

Thanks for the feedback. It has been fixed and version 0.2.8 has already been submitted to CRAN yesterday. It should soon be available in the official repositories. However, you can already find it on github:

remotes::install_github("prdm0/ropenblas", force = TRUE)

Best regards, @prdm0

prdm0 commented 4 years ago

This topic will remain open until version 0.2.8 of the ropenblas package will be on CRAN.

prdm0 commented 4 years ago

Version 0.2.8 is already in CRAN and the bug has been fixed.