kevinushey/RcppRoll

Align = "middle" vs "center"

mkiang opened this issue · 1 comments

For roll_mean(), the documentation specifies align can be {"left", "middle", "right"} but the function specifies {"left", "center", "right"}.

Lines 36 and 23 of this file: https://github.com/kevinushey/RcppRoll/blob/master/R/RcppRoll.R

Thanks! Sorry for taking so long to get to this.