I have been using quantmod::getFX
on an almost daily basis recently, and for some reason today it makes my shiny app crashes.
I updated R, all my packages, tried the function on two different computers, but still get the same error.
To replicate the problem:
library(quantmod)
getFX("EUR/USD")
The error is:
Error in charToDate(x) :
character string is not in a standard unambiguous format
Let me know if you need further information.