Closed jangorecki closed 4 years ago
The fix for that is going to remove as.Date.IDate
from search path. We could eventually postpone change to 1.14.0 but I doubt there are real world use cases for as.Date.IDate
these days. It was introduced as a workaround almost 5 years ago, and AFAIU workaround is not needed anymore for almost 3 years.
One of CRAN machines reports an issue caused by a workaround implemented to resolve https://github.com/Rdatatable/data.table/issues/1500 in 4f6908af4efee3a23bee27a8b8e51ae716d3941b
According to changelog of zoo, their as.Date method has been changed in 1.8-1 (Jan 2018), so it is likely that workaround is no longer needed.