[R] create namespace without creating a package?

Gabor Grothendieck ggrothendieck at gmail.com
Sun May 1 15:15:24 CEST 2011


On Sat, Apr 30, 2011 at 10:26 AM, xiagao1982 <xiagao1982 at gmail.com> wrote:
> Hi all,
>
> I am a C++/C# programmer who is new to R. I would like to use something like "namespace" to organize my functions without creating a package. How can I do this? Thanks!
>

You can arrange them in classes using reference classes or the R.oo
package or you could arrange them in proto objects.  for the last one
see the section on traits in the proto package.

-- 
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com



More information about the R-help mailing list