You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though these functions are not exported, they still will show up in the "Reference" with the exported functions. Assuming this is unintentional, we should add @noRd (no .Rd / compiled doc at all) or @keywords internal (documentation is compiled, but not listed in the "Reference" index); people seem to favor the first approach.