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’
You are browsing this forum website on some browser (on the same machine as your R code runs ?) So just click on the URL as you would any other and see if your computer can access the information in that location generally (outside of R)
If no, then you need to understand why. Are you behind a firewall ? Etc.
If yes, then in principle R can download the file from there, proceed with the download.file methods
Thank you. currently, l have blocked all my firewall, l was still having the problem. I am browsing this forum from the same machine. I am thinking if l need to set up R to point to the URL and if that is the case where exactly should l click to activate it.