I have this error:
'someFunction' is not an exported object from 'namespace:somePackage'
Does anyone know how to solve it?
Some reasons:
??someFunction
to find out which package it belongs to.See also these questions referring to specific instances of this problem: