Re: [R] Problem with tq_mutate_xy() from the tidyquant package

2017-10-28 Thread Joshua Ulrich
On Wed, Oct 18, 2017 at 9:54 AM, Eric Berger wrote: > I was able to reproduce the problem with this self-contained example. Maybe > it could be reproduced with an even smaller one ... > Thanks for the reproducible example. > > library(tidyquant) # Loads tidyverse, tidyquant, financial pkgs, xts/

[R] Problem with tq_mutate_xy() from the tidyquant package

2017-10-18 Thread Eric Berger
I was able to reproduce the problem with this self-contained example. Maybe it could be reproduced with an even smaller one ... library(tidyquant) # Loads tidyverse, tidyquant, financial pkgs, xts/zoo library(xts) dtV <- as.Date("2017-01-01") + 1:100 locL <- list( foo=xts(rnorm(100), order.by=d