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.)