Displaying 1 result from an estimated 1 matches for "appendvararg".
Did you mean:
appendvarargs
2005 Feb 16
0
Depends, require(), autoload() and "side effects"?
...ds) on R v2.0.1
patch and R v2.1.0 devel on WinXP Pro, but not on R v2.0.1 on Sun Solaris.
Here is how I do it:
In my R.oo package I define setMethodS3() to simplify creation of S3 methods
and generic functions. Other packages of mine make use of this method (and
some other methods of R.oo such as appendVarArgs() as seen below) when
defining their methods.
Consider a package R.matlab that depends on R.oo for the above reason. I do
not use namespaces. To attach R.oo to load R.matlab, I add R.oo in the
Depends field of DESCRIPTION as follows:
Package: R.matlab
Version: 1.0
Date: 2005-02-15
Title: Matla...