I am trying to install Achilles but not able to, getting an error
install_github(“ohdsi/Achilles”)
Downloading GitHub repo ohdsi/Achilles@master
Error in utils::download.file(url, path, method = method, quiet = quiet, :
cannot open URL ‘https://api.github.com/repos/ohdsi/Achilles/tarball/master’
In fact it’s the same when I try to install from github repos…
install_github(“ohdsi/SqlRender”)
Downloading GitHub repo ohdsi/SqlRender@master
Error in utils::download.file(url, path, method = method, quiet = quiet, :
cannot open URL ‘https://api.github.com/repos/ohdsi/SqlRender/tarball/master’
Any help in fixing this.