BergelsonLab / BergelsonLab/blabr
[possibly] switch to using roxygen for maintaining NAMESPACE
Open
might already be done
- Dominant language
- R
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Right now, everything that starts with a letter gets exported + magrittr's pipe. Maybe that is the right way to go, I do not know enough about r packages to tell. But it does seem strange to not be explicit about what names we expose.
With roxygen, functions get exported if they have the `@export` keyword before them.
Do not forget to expose margittr's pipe in case of deciding to switch.
Contributor guide
Assessment
This issue has not been assessed yet.