Drat repository for ANTsR and dependencies
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.md

README.md

ANTsR

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.