error in "install_github("vqv/ggbiplot""

Hello,
I'm trying to install ggbiplot through "github". But I'm getting the following error:

Any thoughts on how I can resolve the issue?

> install_github("vqv/ggbiplot")
Error in install_github("vqv/ggbiplot") : 
  could not find function "install_github"

Thanks

There is no install_github function in base R so I'm not sure what package you are planning on using but I've always used the remotes package so give this a try

remotes::install_github('vqv/ggbiplot')

1 Like

Thank you. It worked :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.