Skip to content
Prev 14292 / 15274 Next

Error in addTxn - Quantstrat

On Wed, May 24, 2017 at 1:10 PM, Daniel Cegie?ka
<daniel.cegielka at gmail.com> wrote:
Because stats::end is the generic.
end.xts() is not exported from the xts namespace.  And it's generally
a bad idea to call methods directly, because you do not know if that
method will be able to handle objects of different classes.