Re: [R] prevent export of specific functions in NAMESPACE

2011-02-20 Thread Duncan Murdoch
On 11-02-20 11:58 AM, Rajarshi Guha wrote: Hi, I'd like to prevent the export a specific function in the NAMESPACE file. The example in the R documentation uses a regex to prevent export of a set of functions, but as far as I can see there is no easy way to specify that a function of a specific n

[R] prevent export of specific functions in NAMESPACE

2011-02-20 Thread Rajarshi Guha
Hi, I'd like to prevent the export a specific function in the NAMESPACE file. The example in the R documentation uses a regex to prevent export of a set of functions, but as far as I can see there is no easy way to specify that a function of a specific name should not be exported. This thread (http