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
That code block calls xts(), which returns an empty xts object with 'double' coredata. SET_TYPEOF() tries to convert it to the same type as x (integer) and that fails.
Thanks to Kurt Hornik for the report.
The text was updated successfully, but these errors were encountered:
Description
This test fails in R-devel r86639:
Because of the call to
SET_TYPEOF()
here:xts/src/merge.c
Line 375 in 5429845
That code block calls
xts()
, which returns an empty xts object with 'double' coredata.SET_TYPEOF()
tries to convert it to the same type asx
(integer) and that fails.Thanks to Kurt Hornik for the report.
The text was updated successfully, but these errors were encountered: