Bob Settlage

Results 4 issues of Bob Settlage

``` docker run -it ghcr.io/graalvm/graalvm-ce:21.0.0 bash gu install R > n n^2 [1] 268435456 > M

bug

Hi, thanks for this pipeline, loving it. BUT am not yet a snakemake guru. I have a question regarding optimizing of the compute. Seems like I can run the pipeline...

Hi, not sure if the complete_cases argument is supposed to filter all rows that are NA, if so, that seems to not be working. ``` tq_get("VIX",complete_cases = TRUE) %>% tail...

Note, had to use python=3.5.6. Tried 3.7.4 and had data structure errors.