Skip to content
Prev 180319 / 398513 Next

Checking a (new) package - examples require other package functions

On 13/05/2009 2:38 PM, Rebecca Sela wrote:
You should not need to do anything special to make package functions 
visible, as long as they would be visible to a normal user.  (Functions 
not exported in the NAMESPACE file won't be visible in the examples.)

Are you sure you have a function with that exact name?  It could be a 
typo somewhere, e.g. RandomEffectTree or RandomeffectsTree.

Duncan Murdoch