On Sat, Apr 30, 2011 at 10:26 AM, xiagao1982 <xiagao1...@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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.