OHDSI Home | Forums | Wiki | Github

Unable to install Achiles

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.

Maybe this will help:

Thanks Ajith, this helped. I was able to install it & run Achilles successfully.

t