Closed papsti closed 10 months ago
It's not a @export
issue. Most of the functions that appear in the help(package='ern')
do not have @export
.
Instead, the functions we do not want to export in the documentation should have @keyword internal
. See this stack overflow post.
done in commit 4d0f4da234eef9620fef40ee536671e4cbc741ed
we have a lot of exported functions that get listed when one runs
help(package = 'ern')
. would be worth going through them and removing the@export
tag from functions that should be internal.