Brian Ripley recently replied to a comment of mine by referring to a function 'assignInNamespace', which I had not heard of. Is there a good write up on name spaces in R? There are little tidbits in the manuals on the R site, but I found nothing substative. I'd like to understand these better. Terry Therneau
See the article Tierney, L. (2003): Name Space Management for R, R News 3 (1), 2-6. Uwe Ligges Terry Therneau wrote:> Brian Ripley recently replied to a comment of mine by referring to > a function 'assignInNamespace', which I had not heard of. > > Is there a good write up on name spaces in R? There are little tidbits > in the manuals on the R site, but I found nothing substative. I'd like > to understand these better. > > Terry Therneau > > ______________________________________________ > R-help at stat.math.ethz.ch 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.
http://www.stat.uiowa.edu/~luke/R/namespaces/morenames.html http://www.ci.tuwien.ac.at/Conferences/useR-2004/Keynotes/Tierney.pdf http://cran.r-project.org/doc/Rnews/Rnews_2003-1.pdf may all help, but there is as yet nothing (AFAIK) like a comprehensive user-level manual. On Mon, 23 Apr 2007, Terry Therneau wrote:> Brian Ripley recently replied to a comment of mine by referring to > a function 'assignInNamespace', which I had not heard of. > > Is there a good write up on name spaces in R? There are little tidbits > in the manuals on the R site, but I found nothing substative. I'd like > to understand these better. > > Terry Therneau >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Reasonably Related Threads
- odd assignInNamespace / setGeneric interaction
- odd assignInNamespace / setGeneric interaction
- Reassign functions called by other functions in package graphics
- assignInNamespace to create a setwd() replacement: how to use unlockBinding()?
- assignInNamespace and new bindings