Hi community
Im want to install library(ggoxford)
by github but show this error:
devtools::install_github("schliebs/ggoxford")
#Downloading GitHub repo schliebs/ggoxford@HEAD
#Error in utils::download.file(url, path, method = method, quiet = quiet, :
#download from 'https://api.github.com/repos/schliebs/ggoxford/tarball/HEAD' failed
remotes::install_github("schliebs/ggoxford")
Downloading GitHub repo schliebs/ggoxford@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/schliebs/ggoxford/tarball/HEAD' failed
Im try with force=T
, but show the same errors.
Any advance for this ?