similar to: Help with history() in Emacs/ESS

Displaying 20 results from an estimated 10000 matches similar to: "Help with history() in Emacs/ESS"

2010 Jun 02
1
ESS (emacs speaks statistics) saving history
hi folks, i use ESS mode in emacs often to interact with R, and while i know how to save a session transcript, i'm wondering how to save just the history of the commands (i.e. identically to how R gives the history save option from its native CLI). if you use ESS with an R process, commands entered from a separate buffer and sent to the process do not get registered with the R history, and
2012 Oct 10
2
history() does not work?
Hi, > history() gives Error in savehistory(file) : no history available to save although I can scroll throu history with C^uparrow an C^downarrow. How can I make history() work and/or show the current history in a file, so that I can choose from previous commands? The web did not throw up anything useful. TIA --Christian -- Christian W. Hoffmann, CH - 8915 Hausen am Albis,
2008 May 25
2
Configuring emacs/ess on Ubuntu
Hi all, I don't know if this is the proper place to ask this, but I am trying to configure emacs/ess on Ubuntu 8.04 to run the way described for ESS and Xemacs in Windows (John Fox's guide). I installed ess as directed at http://ess.r-project.org/Manual/ . Under Windows I could use Emacs/ess fine (but I am obviously a novice at emacs), but am having trouble doing so in Ubuntu. At
2011 Sep 11
1
Emacs ESS finding all versions of R
Dear R-help, Apologies if this isn't exactly the right place for this question. I am trying to run R in emacs using ESS. I have done this successfully many times - it works right now on my home computer in windows 7 and in ubuntu. The problem is that when I start emacs the regular splash screen doesn't show. In the mini-buffer I get the message "Finding all versions of R on your
2008 Jun 19
4
Controlling the length of line with abline(lm())
Hi I just realized that when I use linear regression to draw a line through my data points with something like the following: abline(lm(y ~ x)) the length of the line is infinite, i.e., the line goes beyond the smallest and the largest data values. This seems not very right to me (not to mention it looks unaesthetic). I do not mean to imply that the straight-line behavior of my system is
2009 Sep 18
2
Emacs and ESS help
Hi, I decided to try emacs and ess with R, but to no avail. How are these things suppose to work with R - or work, period? I downloaded the latest windows versions of each and installed them as the documentation says. But then the documentation for ess says to add (require 'ess-site) to /.emacs and restart emacs. Where is /.emacs???? I opened the ess-site.el file and it also says to
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
2005 Jul 04
1
R emacs and ess
Hi all, I want to apologise first for being a beginner with linux/emacs/ess; I am pretty good with R ;). I have R-1.9.1 installed on my directory of a linux server, I also have ess 5.2.8 installed there as well. When I call R using (C-u M-x R) in emacs, i receive the following error [no match]. I was wondering if emacs is not looking for ess in the right place (if there is something i have to
2008 Jun 10
3
Plotting multiple continuous lines with symbols
Hi, I am trying to plot multiple lines on one plot such that all lines are of the same color (black) and continuous. I need to distinguish these multiple plots from each other by using different symbols (I am using pch=). However, all my lines are broken on both sides of the symbols. This unfortunate (and unsightly) behavior seems to be the default. In my search of the help archives for R over
2007 Mar 20
1
getting ess/emacs to link with a remote instance of R
I am running ess/emacs on Linux and have an R instance running on a remote Unix server. I would like to be able to direct input from my ess buffer to R (hope I am using the right lingo, I am new to emacs). The ess manual contains a section describing how to do just that, but a prerequisite is to install a lisp file ssh.el , which can be found at
2009 Dec 05
1
R packages and assess to data in packages
Hi Everyone, I have two very basic questions and would appreciate your help. 1. I would like to see/access the data that comes with a given R package by using a function like read.table(). For example, I just installed car package from CRAN. I know that somewhere within the package, there is Duncan.txt file. I would not only like to look at it from file browser (or using ls command in shell) but
2006 Sep 20
5
Beginners manual for emacs and ess
Hi I heard so much about Emacs and ESS that I decided to try it out - but I am stuck at the beginning. Is there anywhere a beginners manual for Emacs & ESS to be used with R? even M-x S tells me it can't start S-Plus - obviously - but I want it to start R... Any help welcome (otherwise I will be stuck with Eclipse and R) Rainer -- Rainer M. Krug, Dipl. Phys. (Germany), MSc
2008 Jan 15
3
EMACS and ESS
Fedora Linux 8 R 2.6.1 Intel CPU I am trying to get started with R under Linux. It has been suggested to me that I run R under EMACS. I have looked at the CRAN website, and several other places to try to find an RPM for EMACS and, if I need it for ESS. I have not succeeded in finding one. Can someone tell me where to go to get the RPMs? If anyone would have a suggestion for an editor other than
2010 Sep 06
4
How to run R on Emacs+ESS
Hi folks, Debian 504 64-bit I found following document; http://www.biostat.wisc.edu/~kbroman/Rintro/ Whether it is the right document for installing Emacs+ESS and R so that R can run on Emacs? TIA B.R. Stephen L
2012 Mar 21
1
enableJIT() and internal R completions (was: [ESS-bugs] ess-mode 12.03; ess hangs emacs)
Hello, JIT compiler interferes with internal R completions: compiler::enableJIT(2) utils:::functionArgs("density", '') gives: utils:::functionArgs("density", '') Note: no visible global function definition for 'bw.nrd0' Note: no visible global function definition for 'bw.nrd' Note: no visible global function definition for 'bw.ucv'
2000 Aug 16
3
Installing ESS under EMACS
Dear members, I have spent some time to make clear how I could write R programs from within EMACS using the ESS package, under Win98. Unfortunately, I have found this not quite clear for Windows 98 (though a lot of details are provided for UNIX). I have tried to create a .emacs file with a command such as (load "PATH/ess-site.el") and also added a "PATH=...\rw1010\" line in
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
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
2011 Sep 07
2
How does one start R within Emacs/ESS with root privileges?
Esteemed UseRs and DevelopeRs, Apologies if this question belongs else where, but it does concern R's package installation/maintenance. How does one start R within Emacs/ESS with root privileges? I tried without success: > M-x sudo R Why i'm motivated to do so: It seems logical to me, as the only user of the PC, to keep my R library consolidated in the universal library rather
2008 Jun 04
2
Superscript/Subscript in main title
I have been trying to figure out how to get superscript/subscript in the main title for a plot. I have tried various approaches and suggestions but none of them work. I am trying to get the following as the main title of my plot: Emission of CO2 with time (but note that 2 is subscript.) I have tried plot(main="Emission of C"expression(O[2]) "with time") and I get error