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/
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
2 matches
Mail list logo