Object name completion doesn't work on linux. On S+6 the problem
seems to be that ESS uses the argument `inherits' and S+6 is expecting
`inherit'
. ".Last.value <- get(\".ess.lvsave\",inherits=T)\n") ; envir=1
. "assign(\".ess.lvsave\",.Last.value,inherits=T)\n") ;envir=1
-rw-r--r-- 1 544 everyone 7170 Mar 1 13:55 essd-r.el
and
Version 6.0 Release 1 for Linux 2.2.12 : 2000
args(get)
function(name, where = NULL, frame, inherit = F, immediate = T, meta = 0,
mode = "any")
R uses `inherits'
args(get)
function (x, pos = -1, envir = pos.to.env(pos), mode = "any",
inherits = TRUE)
Andy Liaw <andy_liaw@merck.com> reports
Actually, I just tried it in R on our Linux box and also had the similar problem, namely the completion wasn't able to complete "plo" or "rnor". The info is: _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 3.0 year 2001 month 06 day 22 language R
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._