rticulate/import

How to treat non-exported objects

Closed this issue · 1 comments

Currently, there is no difference between importing objects that are exported and those that are not, but maybe there should be.

It could be possible to check e.g. if the call is:

import::from(pkg, x, y)

# or

import:::from(pkg, x, y)

and only accept imports of non-exported functions in the latter.

Solved in c5562b7