outliers.R - Density based outlier detection. It might be used for sales data.
tryCatchCache.R - This function can enchase fault-tolerance of a system. It is useful for scripts which are run regularly (daily). In case of any error this function will try to use cache. If everything is fine, then wrapper will return inner function results and save a new fresh cache.