nstrayer/datadrivencv

Warning in install.packages : package ‘datadrivencv’ is not available (for R version 3.6.2)

chtaylor17 opened this issue · 4 comments

Anyone else have this error in R?

Same issue with R versions 4.0.5 and 4.1.0. The github version also fails, not finding package icon to install - this was raised as a separate issue #57

The package is not on CRAN, so it's not possible to install it via install.packages(), only using devtools::install_github() or remotes::install_github. But as @jsavn correctly pointed out, this will also fail due to the icon package having changed name to icons.

so what's the solution? are you @bbartholdy find out any solution

I think my fork is working, so you're welcome to use it until the issues have been resolved
devtools::install_github("bbartholdy/datadrivencv")