Utilies for R. In particular check out ddmergev and spread which I tend to use all the time.
install.packages('devtools');require(devtools);install_github('rutils',user='tlamadon')
recover_oncesets R in recover on error, but will recover only first error.multiplotallows to combine multiple plots into one image.renameanyrenames columns or string or factors within a data.frame.distcomputes the norm realtive norm between two multidimensional arrays.spreadallows to extend a multidimensional array in any dimension.getNormCopgenerates a Normal transition matrix using Gaussian copula.ddmergevmerges 2 data.frame using a formula example of formula isvar1 + var2 | key1 + key2.