angusmoore / seasthedata

Easy seasonal adjustment of tidy data in R
MIT License
5 stars 2 forks source link

Parallelise seasonal adjustment #4

Open angusmoore opened 6 years ago

angusmoore commented 6 years ago

Might be possible to parallelise the call to seas_adjust_group across groups?

angusmoore commented 6 years ago

multidplyr seems like the way to go, but its currently only on github