Open OmaymaS opened 5 years ago
I had the same issue. devtools::install_github("mkearney/kaggler")
worked for me. devtools::install_packages("mkearney/kaggler")
gave me
Error: 'install_packages' is not an exported object from 'namespace:devtools'
Any one having this issue?
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : namespace ‘cli’ 2.3.1 is already loaded, but >= 2.4.0 is required
I suppose the installation instructions should include
devtools::install_github("mkearney/kaggler")
instead of devtools::install_packages("mkearney/kaggler"), right?