Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
OmaymaS opened this issue Jan 22, 2019 · 2 comments
Open

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

OmaymaS opened this issue Jan 22, 2019 · 2 comments

Comments

@OmaymaS
Copy link

OmaymaS commented Jan 22, 2019

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

@ayoskovich
Copy link

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
Copy link

mgino11 commented May 1, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants