Drat repository for ANTsR and dependencies
###install R-package drat
install.packages("drat")
###Install ANTsR
drat::addRepo("ANTs-R")
install.packages("ANTsR")
###Update ANTsR (together with other R-packages)
drat::addRepo("ANTs-R")
update.packages()
You can add the ANTsR repo permanently by adding the line drat::addRepo("ANTs-R")
to ~/.Rprofile.