[Rd] Overloading functions

2006-10-27 Thread Tom McCallum
Hi Everyone I have a function f which does something using a function g. Function f is in a library and g has a default stub in the library but will be mainly overloaded in a later R script. For example: ## In a compiled package 'P' # g - function() {

Re: [Rd] Overloading functions

2006-10-27 Thread Tom McCallum
On Fri, 27 Oct 2006 15:54:40 +0100, Tom McCallum [EMAIL PROTECTED] wrote: On Fri, 27 Oct 2006 14:49:15 +0100, Paul Roebuck [EMAIL PROTECTED] wrote: On Fri, 27 Oct 2006, Tom McCallum wrote: I have a function f which does something using a function g. Function f is in a library and g