Hi,
I am trying to install Achilles in Windows. Following is what I did in R:
install.packages(“devtools”)
library(devtools)
install_github(“ohdsi/SqlRender”)
install.packages(“RJDBC”,dep=TRUE)
install.packages(“drat”)
drat::addRepo(“OHDSI”)
install.packages(“DatabaseConnector”, INSTALL_opts="–no-multiarch")
After that, I run this:
install_github(“ohdsi/Achilles”)
Here is the error that I get:
ERROR: dependency ‘DatabaseConnector’ is not available for package ‘Achilles’
- removing ‘C:/Program Files/R/R-3.3.3/library/Achilles’
Could you please help?