Skip to content

Variable/function namespaces WAS: Bug in subsetting data frame (PR#13515)

2 messages · Stavros Macrakis, Duncan Murdoch

#
On Tue, Feb 10, 2009 at 10:11 AM, Duncan Murdoch <murdoch at stats.uwo.ca> wrote:
! This seems like a pretty fundamental thing to leave undocumented....
There is an interesting discussion of these issues (in a Lisp context)
in "Technical Issues of Separation in Function Cells and Value Cells"
Lisp and Symbolic Computation 1:1:81 (6/1988) -- available at
http://www.nhplace.com/kent/Papers/Technical-Issues.html.  I don't
think an R-style approach is discussed there, though.

                -s
#
On 10/02/2009 12:07 PM, Stavros Macrakis wrote:
In open source nothing is undocumented, but sometimes the documentation 
is a little hard to read.  I think you want to look at the 
https://svn.r-project.org/R/trunk/src/main/eval.c section of the manual.

More seriously, I agree, but I don't have time to fix the omission.  If 
you work out a logical (from your point of view) place to put this, and 
write a first draft in texinfo format, I'll put it in.

Duncan Murdoch