Displaying 20 results from an estimated 10000 matches similar to: "help.start() works with Mozilla, but not with ESS"
2001 Dec 13
3
emacs 21.1, R-1.3.1, and ESS
On RedHat linux 7.2, I upgraded (?) Emacs and R at the same time and now
I'm getting some funny business with R and ESS. I reinstalled ESS from
the tarball and re-byte-compiled. In particular, help.start() does
work, and ESS works to send text regions to the R process, but ?function
does not return anything, and the status line says
"ESS process not ready. Finish your command
2002 Jul 02
4
XEmacs vs. GNU Emacs?
As a user of only R, I don't use much of the potential of ESS and Emacs.
Without entering a religious feud, is there any reason I should use XEmacs
rather than my current GNU Emacs?
(I looked on the XEmacs site, but I didn't understand the programming
issues they were talking about (over my head).)
Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami
2001 Dec 26
1
ESS 5.1.19 w/Xemacs 21.4.6
Probably wrong group for this, but a quick question. I've just switched
from emacs to Xemacs. In reinstalling ESS 5.1.19 I keep getting the
following error when loading Xemacs:
"Error in init file: Symbol's function definition is void: w32-using-nt"
I've debugged the ess-site.el file, which is where the error originates
from. The line causing the difficulty is:
2003 Mar 02
2
ESS+R not closing gracefully
I am having trouble with ESS+R. I don't know if it is an ESS
problem or an R problem, so I'm posting to this mailing list in
the first instance.
I am using R 1.6.2, Windows XP (latest updates installed), XEmacs 21.4,
and ESS 5.1.21. I have experienced the same problem under Windows 2000 and
recent versions of Emacs and ESS (though my current Windows XP
installation is from scratch, and
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 29
2
Re: ESS and R ver 1.3.0/ graph menu/ save PDF
"SM" == S McClatchie <S.McClatchie> writes:
>
> SM> I notice that the new option under R ver. 1.3.0 to save a
> SM> graph as a pdf file from the graph window menu (file/ save as/ SM>
> PDF) works differently (extremely slowly) under ESS, whereas SM> it is
> almost instant from the R- gui.
>
> SM> Does the feature not work
2001 Jan 18
1
ESS Default function template for R
Colleagues
----------------------------------
System info:
R version rw1020 on NT
ESS using emacs ver. 20.4
~/.emacs
; Default function template
(setq ess-insert-function-templates t)
----------------------------------
When loading a new function into the R workspace using ctrl-CD I would
like the default function template to come up, rather than a blank buffer. I
thought I had the Default
2002 Jan 07
3
ESS with Xemacs? [vs. Emacs, slightly off topic]
I decided to try out Xemacs instead of Emacs in Linux (RH 7.2).
After doing lots of configuration of Xemacs, I finally discovered
a major problem.
With Emacs, when I use R, I start Emacs twice (at least), in
different viewports, once as
emacs -f R
and once as
emacs myfile.R
Then I try commands in the first one, and, when they work (which
isn't very often), I cut the command with C-w,
2002 Jul 17
1
editing Sweave files in xemacs with ess (noweb), auctex and reftex
I am having some trouble getting reftex, in particular the bibtex
related features, to work properly in xemacs when editing text in Sweave
files. I have added
(defun Rnw-mode ()
(noweb-mode)
(if (fboundp 'R-mode)
(setq noweb-default-code-mode 'R-mode)))
(add-to-list 'auto-mode-alist '("\\.Rnw\\'" . Rnw-mode))
(add-to-list 'auto-mode-alist
2002 Nov 27
5
further on ESS/XEmacs for Windows
Dear list members,
I've had helpful feedback from a number of people, several of whom
experienced some problems getting my XEmacs/ESS configuration files for
Windows to work properly. I will, of course, make changes based on this
feedback, but the following information may be of use in the interim:
(1) It's clear that my instructions and installation procedure were
insufficiently
2002 Nov 27
5
further on ESS/XEmacs for Windows
Dear list members,
I've had helpful feedback from a number of people, several of whom
experienced some problems getting my XEmacs/ESS configuration files for
Windows to work properly. I will, of course, make changes based on this
feedback, but the following information may be of use in the interim:
(1) It's clear that my instructions and installation procedure were
insufficiently
2003 Aug 18
1
rterm not shutting down from ESS on Win32/could we help?
Hi to all who suffer from rterm not shutting down in xemacs/ESS on windows NT or 2000. Also hi to those who could eventually help. Here is some more information which could help and some ENCOURAGEMENT to contribute to a solution.
1. It may be an xemacs problem but it is more likely an interaction between rterm/comint/and xemacs. In fact, the problem started occurring around version R 1.6.0. I
2002 Jul 06
2
emacs, ess, command completion?
I'm using
win XP
R 1.51 (Rterm)
emacs-20.7
ess-5.1.20
and everything except from command completion works
Is it possible to have this functionality using a windows enviroment?
thanks soren
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2010 Sep 18
1
help manual on R on ESS
Hi folks,
R on ESS
Why it is unable to pop up help manual on "R on ESS"?
?layout
Error in help("layout", htmlhelp = FALSE) :
unused argument(s) (htmlhelp = FALS
?plot
Error in help("plot", htmlhelp = FALSE) :
unused argument(s) (htmlhelp = FALSE)
etc.
But they work on R console and popup the manual without problem. TIA
B.R.
Stephen L
2003 Oct 02
3
EMACS/ESS problems
Hello all,
since we're on the topic of R-editors. I am using emacs/ess on a unix
workstation (to interact with R and have been having a little problem. I
usually write the R commands I need to run in a separate buffer then
copy and paste them into the *R* buffer for evaluation. The problem is,
if any command is spread over multiple lines emacs/R hangs when I paste
it in the R buffer for
2003 Aug 15
1
rterm not shutting down from ESS on Win32
I've been having problems with Rterm.exe not shutting down when I exit an R
(1.7.0 and 1.7.1) session from within emacs when using ESS. I've just
upgraded to 5.1.24 and still have the same problems. I'm running ntemacs and
winxp. I don't recall having these troubles with version 1.6.2 of R.
Jeff.
---
Jeff D. Hamann
Hamann, Donald and Associates, Inc.
PO Box 1421
Corvallis, Oregon
2004 Feb 14
1
PLEASE IGNORE PREVIOUS: How to configure ess-5.2.0beta3-1.i586.rpm, Xemacs and SuSE 9.0?
Please ignore (and excuse) my previous message - it is incomplete.
I'm trying to get R and ESS to work with Xemacs on a newly installed
SuSE 9.0 system. Is some setup required beyond installing the rpms?
I've installed the Xemacs packages from SuSE
xemacs-info-21.4.13-35
xemacs-packages-el-20030629-37
xemacs-21.4.13-35
xemacs-el-21.4.13-35
xemacs-packages-info-20030629-37
2001 Oct 10
2
How to comment out multiple lines in R source code?
Hi,
Is there a way to comment out multiple lines at once in R source code like C
language's /* */ struct?
This is quite useful when one is testing different sections of a source
code.
Thanks,
Jonathan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2001 Sep 18
4
help in a separate window under linux
Hi there.
R v1.3.0, Slackware linux 7.1 or Windows 98SE, PII 266, 64Mb RAM.
I notice that under windows, R puts help info (ie. the response to
'?<function>') into a new window, whereas under linux, it puts it into the
main console window. I find the former much more helpful when checking a
function's syntax.
Is there a simple way of configuring R under linux to put its help
1999 Apr 01
2
need help installing ESS on Win95
Has anyone successfully installed ESS on Win95?
I have emacs version 19.34.6 and R version 0.63.3.
The ESS README and Makefiles seem pretty Unix-specific.
--
Terry J. Westley, Principal Engineer
Veridian Engineering, Calspan Operations
P.O. Box 400, Buffalo, NY 14225
twestley at buffalo.veridian.com http://www.veridian.com