## Install all depends packages that are not already installed
tmp <- c("FSA","car","manipulate","multcomp","nortest","plotrix","relax","TeachingDemos")
tmp <- tmp[!(tmp %in% library()$results[,"Package"])]
if (length(tmp)>0) install.packages(tmp)

## Install NCStats from RForgeNet
utils::install.packages("NCStats",repos="http://www.rforge.net/",type="source")
