In AoU workbench, if I install latest achilles using install_github - I run into problem with XML package install.
However, with the first approach not working, I am able to do the below
install.packages(“drat”)
drat::addRepo(“OHDSI”)
install.packages(‘Achilles’)
library(Achilles)
But, I get version 1.4 (not the latest).
Can someone please explain that?
What is drat and how we push updates to it and why Achilles latest version is not there?
Here is session info after the above commands.