-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename rowmean_n()
?
#447
Comments
* draft mean_n() * desc, news * pkgdown * more performant than apply * apply more performant * finalize, add tests * no rounding by default * mean_n -> rowmean_n * address comments * fix test * fix * use rowMeans() * use .coerce_to_dataframe() --------- Co-authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com>
On the other hand, if you see
|
I guess if I were a user discovering this function:
|
When I read that name, my first hunch is that it's going to calculate rowwise mean for the first n rows. |
I don't think there is a perfect name for this function, but |
Wouldn't it be easier with just a homemade version of |
That sounds good! |
|
|
* Rename `rowmean_n()`? Fixes #447 * Update row_means.R * fix * fix * tests * docs * update pkgdown * fix tests * docs * Update NEWS.md Co-authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> * version bump --------- Co-authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com>
From @IndrajeetPatil's comment: 6e3182c#commitcomment-124303628
@strengejacke
The text was updated successfully, but these errors were encountered: