update.packages("devtools")
library(devtools)
devtools::github_release()
library(githubinstall)
devtools::install_github("vqv/ggbiplot")
library("ggbiplot")
This is error statement
library(githubinstall)
> devtools::install_github("vqv/ggbiplot")
Downloading GitHub repo vqv/ggbiplot@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
cannot open URL 'https://api.github.com/repos/vqv/ggbiplot/tarball/HEAD'
> library("ggbiplot")
Error in library("ggbiplot") : there is no package called ‘ggbiplot’