This is an old revision of the document!
(Thanks to Phil Cook!)
Setup in your .bash_profile
file:
export PATH=/share/apps/R/R-3.2.3/:$PATH export R_LIBS=/home/pcook/R/x86_64-unknown-linux-gnu-library/3.2
Then on chead
[...]# R > install.packages("devtools", repos="http://cran.cnr.berkeley.edu/") > library(devtools) > install_github("stnava/cmaker") > install_github("stnava/ITKR") > install_github("stnava/ANTsR")