Can our R package depend on an invisible `pkg:::function()` from another package

Viewed 21

I understand that one's package can depend on the visible functions (i.e., pkg::function()) from another package (HERE).

However, I was wondering if one's package can ALSO depend on the invisible functions (i.e., pkg:::function()) from another package?

I would appreciate pointing me to an example (the Description file etc.)

0 Answers
Related