mkearney / kaggler

🏁 API client for Kaggle
https://github.com/mkearney/kaggler
Other
59 stars 14 forks source link

devtools::install_github() instead of install_packages() #2

Open OmaymaS opened 5 years ago

OmaymaS commented 5 years ago

I suppose the installation instructions should include devtools::install_github("mkearney/kaggler") instead of devtools::install_packages("mkearney/kaggler"), right?

ayoskovich commented 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'

mgino11 commented 3 years ago

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