devtools icon indicating copy to clipboard operation
devtools copied to clipboard

`load_all()` documentation refers to `is_loading()`

Open mikmart opened this issue 1 year ago • 0 comments

It was quite confusing until I figured out that this section in ?load_all refers to pkgload::load_all():

is_loading() returns TRUE when it is called while load_all() is running. This may be useful e.g. in onLoad hooks.

Perhaps this could be fixed by re-exporting is_loading() or updating the (inherited) docs in pkgload to use the namespaced name?

mikmart avatar Feb 03 '24 00:02 mikmart