in reply to Can't locate object method "new" via package ... perhaps you forgot to load...Oh yes I did!

I won't comment on the problem with finding the methods, but I will point out something else that seems quite odd. Why are you exporting the names of methods as functional sub names to your main program namespace? This is odd and potentially causes strange and annoying bugs (especially by exporting new). There's no need to clutter your main program's namespace if you're only going to call these as methods.

  • Comment on Re: Can't locate object method "new" via package ... perhaps you forgot to load...Oh yes I did!
  • Download Code