in reply to Using functions from their own package

You should call functions by using  foo() or myPackage::foo()

You should reserve use of -> for methods only