Quantmod :: getFX returns the character "in standard unambiguous format"

I use quantmod::getFX

almost daily and for some reason today it makes my apps crash brilliant.

I updated R, all my packages, tried the function on two different computers, but still get the same error.

To reproduce the problem:

library(quantmod)
getFX("EUR/USD")

      

Mistake:

Error in charToDate(x) : 
character string is not in a standard unambiguous format

      

Let me know if you need more information.

+3


source to share





All Articles