ropensci/fastMatMR

DOC: Function help details are incorrect

HaoZeke opened this issue · 0 comments

In several function documentation you write "This function has no return value." This is technically not true, all functions return NULL if they have no other return value but rather these functions are not called for their return value, but for their side effect? Maybe see how other packages handle write functions?

First noted here: ropensci/software-review#606 (comment).