Fixes feedback from CRAN#85
Conversation
osenan
left a comment
There was a problem hiding this comment.
LGTM:
Do you know if we also have to add return tag to internal functions we have many with internal documentation but without return tag in:
- call_utils.R
- module_picks.R
- ui_containers.R
Thank you
|
@osenan awesome, I've updated with those as well. |
osenan
left a comment
There was a problem hiding this comment.
Thanks! You can merge, just be sure that this small change is correct.
| logger::log_debug(log) | ||
| rv(value) | ||
| } | ||
| rv |
There was a problem hiding this comment.
previously this function was returning the value, now the reactiveValue
There was a problem hiding this comment.
Not really, changing the reactiveVal outputs TRUE (or NULL if condition is not met)
No point in changing the behavior, I'll revert this and change doc accordingly
I recommend to run |
|
Added missing examples of exported functions identified by the wonderful function that @llrs-roche referenced All the remaining missing |
|
@osenan those are all non-exported functions. AFAIK CRAN doesn't like that, I can check the docs for the quote |
|
Ok, but warnings and errors should be addressed, they are actually the only suggestions |
Co-authored-by: Oriol Senan <35930244+osenan@users.noreply.github.com> Co-authored-by: André Veríssimo <211358+averissimo@users.noreply.github.com>

Pull Request