You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
* updated NEWS and urls
fixed url issues and added final details for patch release in news
* add method for IDate
Added `S3method(as.IDate, IDate)`. This is related to #4777 as discussed in NEWS.md.
* Add `setDTthreads(1)` to vignettes
To reduce runtime on building vignettes.
* reset setDTthreads at end of vignettes
* reset threads at end of vignettes
---------
Co-authored-by: Tyson Barrett <t.barrett88@gmail.com>
One of CRAN machines reports an issue caused by a workaround implemented to resolve #1500 in 4f6908a
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.
The text was updated successfully, but these errors were encountered: