hunzikp / velox

https://hunzikp.github.io/velox/
119 stars 23 forks source link

compatibility with R 4.0 #46

Open ErvanCH opened 4 years ago

ErvanCH commented 4 years ago

After having updated R to version 4.0, it seems that velox is not available. Any chance to upgrade the package? Thanks

HughSt commented 4 years ago

Looks like it works OK if you install from GitHub, e.g.

library(devtools)
install_github("hunzikp/velox")
dominiqueweber commented 4 years ago

Yeah, luckily it still works.It is a fantastic package. Will it not be developed further?

mokajee commented 3 years ago

I am also trying to install this package on V4.0. I keep getting the following error:

Error: Failed to install 'velox' from GitHub: (converted from warning) installation of package ‘C:/Users/KJXMO/AppData/Local/Temp/Rtmp888zFR/file217c6aed4d26/velox_0.2.0.9002.tar.gz’ had non-zero exit status

Any ideas on how to resolve this?