Displaying 10 results from an estimated 10 matches for "essd".
Did you mean:
ess
1997 Sep 02
1
R-alpha: R interaction within ESS-4.9-b11: two small issues
1) I installed the latest ESS (Emacs Speaks Statistics) beta release
on a machine running Linux. Since there is no S-PLUS product for
Linux, I set the ess-site.el file for R, xlisp-stat, and S version 4.
I.e.,
;; (1.5) Require the needed dialects for your setup.
;;(require 'essd-s+3)
(require 'essd-r)
(require 'essd-xls)
;;(require 'essd-sas)
;;(require 'essd-s3) ;; You might not have this
(require 'essd-s4) ;; or this one...
That does not seem to work. I believe that under the present
structure you must require essd-s+3 to get definitions of s...
1999 Apr 06
1
rw-faq clarification + simple question + bug(?)
Windows users note: the rw-faq says
|1.8) Can I use rw0xx with ESS and emacs?
|
|Yes. Some time soon versions of ESS (5.1.3 has a `somewhat rough'
|prototype for rw0632) will come with support for this version of R. If
|yours does not, edit essd-r.el to have
|
| (inferior-ess-start-args . "--ess"))
|
|and make sure you give the full path to Rterm.exe as the R executable.
|(You can add other flags like --vsize 10M after -ess.)
However, if you want to use iESS edit object and many other functions in
the iESS dropdown menu...
2001 Jun 10
0
r-mode (ESS/XEmacs) issue solved
Hi folks,
I was able to track down the problems I had
with xemacs / ESS / cygwin / MS W2000 to the
file "essd-r.el" in the ESS 5.1.18 package.
ESS seems to think, it is running
in a complete Unix environment and
sends the wrong command line option
("--no-readline" instead of "--ess")
to the MS W2000 executable "Rterm.exe".
My temporary patch looks as follows (not a...
1999 Mar 12
2
ESS/rterm problem
I really don't think this is an R bug; sorry if I've got it wrong twice
within a week.
Using rw0632 on NT 4.0, I can get R running quite happily under ESS
5.1.3. However, whenever I use help(), although I do get the required
help in a split screen, I also get the minibuffer error message:
wrong argument type: processp, nil
Note: I get this under ESS 5.0 as well. I could live with this,
2000 Dec 19
1
Re: ESS for R
...e which might vary
between buffers. So, the "right" place to define this will be in a
hook that gets called when R-mode gets called, since for example,
we'd like to dump SAS code in rowlings.%s.sas, etc.
I think that ess-dump-filename-template needs to be redefined in
essd-sp5.el , or essd-r.el, if you want your site-configs to persist
across users (and actually work).
HOWEVER, you mentioned that what you wanted was the "default" function
thing, i.e.
dumped <- function { }
placed into a non-existant buffer. This is a difference as far as ho...
1998 Jan 16
2
ESS-mode and X-emacs problem
kim.pilegaard@risoe.dk (Kim Pilegaard) writes:
> When I try to invoke R from xemacs I get the following responses:
>
> ESS starting data directory? ~/
>
> "Process R is not running".
>
> This is what the R buffer shows:
>
> R : Copyright 1997, Robert Gentleman and Ross Ihaka
> Version 0.61.0 Alpha (December 21, 1997)
>
> R is free software and
2002 Aug 07
1
ESS assigns .Last.value to the wrong place in R
...SS bug is
still not fixed in ESS 5.1.23, and I think some resolution is needed.
When help() is invoked, ESS makes a copy of .Last.value in the .GlobalEnv,
which is *not* where R normally stores it (R stores it in package:base).
When this copy becomes stale it leads to wrong answers. The bug is in
essd-r.el, lines 63-64:
(ess-retr-lastvalue-command
. ".Last.value <- get(\".ess.lvsave\",inherits=TRUE)\n") ; envir=1
which should be changed (as I have done on my machine) to:
(ess-retr-lastvalue-command
. "assign(\".Last.value\", .ess.lvsave,...
2001 Jul 17
0
bug in the interface of ESS, R for linux, S+6 for linux (PR#1028)
...rgument `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)
A...
2003 Dec 07
5
A hint to start ESS-xemacs
I'm trying to use ESS & xemacs under debian linux testing and KDE.
My problem is that I didn't find any document in the internet explaining a
**step by step** session with R and xemacs.
The (wrong) procedure I follow (to no avail!) is:
1) I start R in a terminal window;
2) I start xemacs and open a file with the extension .R (test.R);
3) I issue M-x R RET and I can see an Rd new
2001 Jun 09
2
r-mode (ESS/XEmacs)
Hello,
please excuse me if this is not the appropriate
mailing list, but I'll give it a try!
I recently switched from using Emacs 20.7.1 to
XEmacs 21.4, both on cygwin / MS W2K.
On Emacs the ESS 5.1.17 was working well, but
now, when calling R from within XEmacs,
it first asks for the working directory,
then says "R process is not running".
The ESS buffer holds the