Warning in install.packages : package ‘datadrivencv’ is not available (for R version 3.6.2)
chtaylor17 opened this issue · 4 comments
chtaylor17 commented
Anyone else have this error in R?
jsavinc commented
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
bbartholdy commented
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.
merahra commented
so what's the solution? are you @bbartholdy find out any solution
bbartholdy commented
I think my fork is working, so you're welcome to use it until the issues have been resolved
devtools::install_github("bbartholdy/datadrivencv")