kaggler
kaggler copied to clipboard
devtools::install_github() instead of install_packages()
I suppose the installation instructions should include
devtools::install_github("mkearney/kaggler") instead of devtools::install_packages("mkearney/kaggler"), right?
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