#need rtools
#install.packages(c("devtools","SamplingStrata","Rcpp", "RcppArmadillo","mlrMBO", "cluster","e1071"))
library(devtools)#Install from source those packages which need compilation? Yes
library(SamplingStrata)
install_github("MervynOLuing/hEDA")
library(hEDA)
devtools::install_github("r-pkg-examples/rcpp-and-doparallel")
library("Rcpp2doParallel")