A package of R.R. Wilcox' robust statistics functions. For more information, see http://dornsife.usc.edu/labs/rwilcox/software/.
# first: install dependent packages
install.packages(c("MASS", "akima", "robustbase"))
# second: install suggested packages
install.packages(c("akima", "cobs", "robust", "mgcv", "scatterplot3d", "quantreg", "rrcov", "lars", "pwr", "trimcluster", "mc2d", "psych", "Rfit", "DepthProc", "class", "fda", "rankFD"))
# third: install an additional package which provides some C functions
# install.packages("devtools")
# NOTE: This seems to be stalled and not functional any more
# devtools::install_github("mrxiaohe/WRScpp")
# fourth: install WRS
install_github("nicebread/WRS", subdir="pkg")