I am using R outside the US and I got everything working in English, but the result of weekdays() is still in Spanish:
weekdays()
Day <- seq(as.Date(\"2
Sys.setlocale("LC_TIME", "C")
did the trick for me. Also this don't bring us OS reports request to set locale to "EN" cannot be honored error message.
OS reports request to set locale to "EN" cannot be honored