I was able to install successfully library(devtools)
, but when trying to install:
install_github("vqv/ggbiplot")
Downloading GitHub repo vqv/ggbiplot@master
Error in utils::download.file(url, path, method = method, quiet = quiet, :
cannot open URL 'https://api.github.com/repos/vqv/ggbiplot/tarball/master'
didn´t work!
Does anyone know how to solve this problem?