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
There are several warnings about the deprecated attributes that were (re)moved in #245. These may be extremely verbose in some cases, and may cause errors in other cases. For example, an error occurred in the reverse dependency check for the 'portfolioBacktest' package, when foreach() %dopar% was called with a 'snow' backend.
Make these warnings conditional on a global option (e.g. xts_warn_deprecated). Set the option to FALSE by default, and add a message to .onAttach() to suggest users run their scripts with it set to TRUE. The default will be set to TRUE on the next non-patch release.
The text was updated successfully, but these errors were encountered:
The warning should point to a note in the documentation about how to fix this issue. A Google search for the error message doesn't lead to anything useful either.
There are several warnings about the deprecated attributes that were (re)moved in #245. These may be extremely verbose in some cases, and may cause errors in other cases. For example, an error occurred in the reverse dependency check for the 'portfolioBacktest' package, when
foreach() %dopar%
was called with a 'snow' backend.Make these warnings conditional on a global option (e.g.
xts_warn_deprecated
). Set the option toFALSE
by default, and add a message to.onAttach()
to suggest users run their scripts with it set toTRUE
. The default will be set toTRUE
on the next non-patch release.The text was updated successfully, but these errors were encountered: