Open ChloeRN opened 4 years ago
When running run_pipelines(PopID = c("MON", "MTV"))
, an error is thrown at line 677 of "format_MON.R":
Error: No more ticks.
I'm not sure whether this is related, but dplyr::progress_estimated
is deprecated, since "providing progress bars is not the responsibility of dplyr. Instead, you might try the more powerful progress package."
@ChloeRN what errors do you get on Mac?
@LiamDBailey I used to get the same error as @StefanVriend reported above. However, when I ran the pipeline just now, everything was fine...
hmm ok, I haven't changed this yet...I'll try it on mine systematically and see if I can reproduce the error 🤔
There appear to be some problems with running the MON pipeline. Both @StefanVriend get several warnings when running the pipelines, and when I run it on Mac, I further get errors for the populations MON and MTV (these errors do not obviously look like Mac-only issues, and may be related to the warnings). We should check what is going on here.