kaggler icon indicating copy to clipboard operation
kaggler copied to clipboard

devtools::install_github() instead of install_packages()

Open OmaymaS opened this issue 7 years ago β€’ 2 comments

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

OmaymaS avatar Jan 22 '19 19:01 OmaymaS

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'

ayoskovich avatar Jan 23 '19 00:01 ayoskovich

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

mgino11 avatar May 01 '21 02:05 mgino11