Replies: 2 comments
|
Thanks for compiling this. I'm in favor of using the final option! |
0 replies
|
Also in favor of the final option |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I thought it would be useful to get people's thoughts on function documentation in rigr.
Disclaimer: The code is still relatively new to me, so it's entirely possible I'm missing something!
I'm seeing somewhat inconsistent function documentation styles. For example,
wilcoxon.Rhas something like the following format for each function argument:@param my_parameter \code{dots} Here's a description of the parameter.Other functions, e.g.
scatter.R, repeat the argument name:@param my_parameter \code{my_parameter} Here's a description of the parameter.Finally, other functions use what I consider to be fairly standard, which is just
@param my_parameter Here's a description of the parameter.This last style agrees with Hadley Wickham's R packages book, for whatever that's worth.
Do people have thoughts on this? Again, there could be good reasons for the differing styles that I'm not aware of. But if not, I'd be in favor of using the final option above.
All reactions