What is the preferred way (in your opinion) to perform multivariate robust outlier detection in R in an automatic way, i.e. without manual inspection and plotting?
I have found the "dprep" package, but it seems discontinued. However, as outlier detection is a frequent and important task, a generic default method should be available, e.g. the MCD estimator (Rousseeuw and Van Driesen, 1999).