1
vote
1answer
40 views

running R in emacs on LSF

I would like to run R in emacs using ESS. My R session runs interactively but is submitted to a different host using LSF. Is there a way to make this work? That is, R is not being run locally. ...
7
votes
0answers
79 views

knitr markdown highlighting in emacs?

After googling for hours, I thought I would try here. Is there any modification of an existing tool or new tool that will syntax-highlight (colour) blocks of R code in a knitr markdown document when ...
1
vote
1answer
42 views

Evaluating buffer until the cursor

I am trying to create a key binding for "Evaluate buffer till here" in Emacs & ESS, which is situated in ESS => ESS Eval menu. Most of the commands in that menu are listed in help files ...
0
votes
1answer
48 views

How to define ESS key bindings correctly in Aquamacs?

I made a switch to Mac and had to ditch my favorite R Editor (Notepad++). Now I am trying to learn Emacs. The learning curve is steep, but this seems like the editor for R once I learn to use it. I am ...
1
vote
2answers
44 views

Input Chinese characters not correctly echoed in ESS

I had this weird encoding issue for my Emacs and R environment. Display of Chinese characters are all good with my .Rprofile setting Sys.setlocale("LC_ALL","zh_CN.utf-8"); except the echo of input ...
0
votes
0answers
37 views

emacs: expand autocomplete for R function to include namespace

Am using EMACS/ESS as editor for R. I find it helpful to refer to a function defined outside of base with it's relevant namespace; as well as being good practice in general, it seems to be necessary ...
2
votes
1answer
78 views

How can I use Emacs ESS mode with R markdown?

Is there a way to configure Emacs so that it recognizes (and allows execution of) R code chunks within R markdown (.Rmd) files similar to the way it recognizes code chunks in .Rnw (Sweave) or .org ...
3
votes
1answer
84 views

Emacs indentation does not identify variables in Python-mode

So I really like how Emacs automatically colors variables in Python. However, when there is indentation (e.g. within a for loop), it does not color the syntax anymore. Is there an easy solution (same ...
3
votes
1answer
78 views

How to enable auto-complete-mode when I start R in Emacs?

In Emacs + ESS, I can start R console by M-x R Return On my system, auto-complete-mode isn't enabled by now. I have to M-x auto-complete-mode Return to enable it. Is there a way to enable it ...
0
votes
0answers
39 views

ess-toggle-underscore doesn't work

Normally, when using ESS, adding the (ess-toggle-underscore nil) line to the .emacs file stops the automatic conversion of underscores to <-. Recently this has stopped working and underscores are ...
0
votes
0answers
53 views

Installing shiny package in R using ESS removed ESS

I installed the shiny library through Emacs ESS, and now my Emacs can't access ESS anymore. What could have happened? Even after closing/opening Emacs. 1) install.packages("shiny") 2) library(shiny) ...
2
votes
1answer
76 views

Knitting Beamer slides with Emacs-ESS (stop-on-error)

I am knitting the following file (note the eRRoR() function): \documentclass{beamer} <<setup, include=FALSE>>= opts_knit$set(stop_on_error=2L, message=FALSE) options(width=40) @ ...
2
votes
2answers
104 views

R emacs-ESS not plotting on mac

I have a new mac and have downloaded ESS-emacs and have been running R. But it does not produce any plots with plot() pie() or hist(). I have tried show(), X11() and pdf() but none of them work. The ...
3
votes
2answers
50 views

Emacs automating function based on timer: user disturbance

I am looking for a general way for Emacs to do some checks, and (bing) when something is true or false. I have 2 examples at the moment. There is an auction website, and I figured it would be nice ...
10
votes
6answers
334 views

Structuring a Statistical Analysis with R Using Emacs/ESS

I am looking for a way to structure my statistical analysis. I currently use Emacs/ESS and the analysis file turned out quite long. I have started to put parts of the code into sourceable functions in ...
2
votes
1answer
58 views

Start a named ESS R process from a function

I'm trying to create a small interactive elisp function in order to quickly display a layout suitable for answering a Stackoverflow question about R. The idea is to open a temporary R file, and launch ...
0
votes
1answer
119 views

Advice on upgrading Emacs (22 -> 24), and also about GUI vs console/terminal

I'm using a Macbook Pro (Snow Leopard, 10.6.8) and have been a regular emacs user for the past few months. I'm trying to install a modified version of Emacs 24.2 provided here to utilize Emacs Speaks ...
2
votes
0answers
69 views

Show progress message or bar when with download.file in Emacs ESS

The title should tell it all. R download.file() does not show progress status in Emacs ESS. Any workaround? Update As requested an example: download.file("http://path/to/file.zip", "myfile.zip", ...
0
votes
3answers
85 views

How to make the current prompt of R at the top of buffer in ESS just like Control + L in R console

I have tried to put the following in my .emacs file. (defun clear-shell () (interactive) (let ((old-max comint-buffer-maximum-size)) (setq comint-buffer-maximum-size 0) ...
3
votes
0answers
73 views

ess-rdired: I get this error “no ESS process is associated with this buffer now”

To use ess-rdired to browse objects, I followed ESS mannual to add the following .emacs (autoload 'ess-rdired "ess-rdired" "View *R* objects in a dired-like buffer." t) Then use M-x ...
2
votes
1answer
62 views

ESS and RScript : Executing in style of `compile-dwim-run'

I just got ESS set up in EMACS (I'm a relative newbie in this area). I have figured out how to take an R script and fire up an interactive R shell and evaluate a whole buffer ("C-c C-b"). But I'd ...
1
vote
1answer
88 views

How to avoid ESS underscore automatic subsitution with '<-' when pasting text but keep it when writing an underscore

When using ESS under emacs for writing R code, is useful to have the default behavior os having '_' substituted by '<-' (inserting two consecutive '_' would insert the underscore itself). But when ...
3
votes
2answers
138 views

Emacs ESS evaluating slower than normal R

Is ESS' R-mode also slower for you than just plain R? Mostly the text gets sent really slowly to the other buffer. Is this normal or is there something wrong with my setup? As suggested: ...
4
votes
1answer
87 views

How can I automate these emacs ESS (ess-remote) commands?

I'm using a local emacs instance (aquamacs) to run R processes on a remote server, and I'd like to automate the process of connecting to my server. The process is as follows: [in emacs] M-x shell ...
2
votes
3answers
108 views

Regexp Emacs for R comments

I would like to build a regexp in Emacs for cleaning up my R code. One of the problems I ran into was that there are different types of comments: You have those with a certain amount of whitespace ...
2
votes
1answer
89 views

vi mode to emacs mode while on R

Sometimes while on the R console I accidentally type an unknown keyboard short cut that changes the editing mode from emacs to vi. Does anyone know what is usually this combination of keys to change ...
0
votes
2answers
83 views

Marker does not point anywhere from align-regexp (Emacs)

I am having trouble with the marker in calling an align-regexp. Somehow this doesn't work and gives the error "Marker does not point anywhere". The idea of the function is that it searches for a new ...
0
votes
0answers
62 views

RStudio for making R package documentation similar to Emacs C-c C-o [duplicate]

Possible Duplicate: Can RStudio automatically generate an roxygen template for a function? I use Emacs for developing R packages (using roxygen2) and find the C-c C-o over a function to ...
8
votes
1answer
134 views

Return Emacs buffer focus to R after compiling with knitr

When compiling an *.Rnw file with the commands M-n r and M-n P my open R buffer is swapped for a buffer that appears to shows knitr compilation information. Is there a way to automatically switch back ...
1
vote
2answers
108 views

Emacs ESS Mode TAB stops indenting

I'm using Emacs 24 on Windows to write some R code. Up until about 30 minutes ago, whenever I would write a new function, ESS would automatically indent the lines following the function declaration ...
7
votes
1answer
217 views

Customizing the ESS environment for R

I am trying to optimize my ESS - R environment. So far I make use of the r-autoyas, I set intendation and stuff following style guides, in the mini-buffer there are eldoc hints for function arguments, ...
3
votes
2answers
83 views

emacs ess crashes when trying to access h_elp

My emacs/ess session crashes when I try to access help. This happens if I have two packages loaded with the same functions; for example: library(lubridate) library(data.table) ?month In Rgui ...
4
votes
2answers
143 views

changing indentation in emacs ess [closed]

I would like to know how can I change indentation in emacs ess. I generally like default one (ess-set-style 'C++ 'quiet) But sometimes it formats really weirdly. For example this is what I would like ...
3
votes
1answer
84 views

How can I specify the R version opened by ESS session in emacs?

When I want to open an R session in emacs, I use M-x R. However, our server has both R 2.12 in /usr/bin/R and R 2.15 in /usr/local/bin/R. Actually, if I ask whereis R, I get the following: $ ...
6
votes
2answers
95 views

How do I get my R buffer in emacs to occupy more horizontal space?

At the moment when I start up an ESS buffer (with M-x R) I get that the output of my commands only occupies about 60ish characters in column width (particularly when displaying data frames with long ...
0
votes
2answers
137 views

Notification when R finishes running? [duplicate]

Possible Duplicate: Is there a way to make R beep/play a sound at the end of a script? While waiting for R to finish a 5-10 minute job, I might start writing (at best), although I would ...
5
votes
4answers
450 views

How to access a bash environment variable from within R in emacs-ess

In my .bashrc, I have the line: export SETTINGS=/home/user/settings.xml If I load R in bash, I can access this variable using the Sys.getenv function: Sys.getenv("SETTINGS") ...
2
votes
0answers
98 views

R: ESS fails to deal with Thai script variable, but RGui is fine?

I have some code that scrapes some data from a website that happens to be in Thai script. As part of the project I need to replace some of the Thai text. A small example follows: thaidf <- ...
6
votes
1answer
135 views

Changing background color of inferior-ess-mode in Emacs

As I'm working a lot with Latex and Sweave/knitr, I wondered if there's a possibility to change the background color of different modes in Emacs, e.g. change the background color of inferior-ess-mode ...
3
votes
1answer
102 views

ESS cannot find documentations in specified packages

I am using ESS(12.04), emacs(23.3.1) and R(2.14.1). It works very well except that I cannot open a help from R if the function is inside an package. For example: In R(iESS mode) > ?ls I will ...
4
votes
3answers
119 views

How to specify the package when looking up a help reference page for a function?

How does one look up the help manual page for a function and specify the package in R? For example, count appears in both seqinr and plyr. If I want to look up count in plyr, what's the command? I've ...
2
votes
1answer
133 views

Emacs + R: too long buffer name */usr/local/bin/R* for R buffers

I work with Emacs 24 (Emacs-pretest-24.0.91-universal-10.6.7 from http://emacsformacosx.com/builds) on Mac OS X 10.7.3 with R 2.15. When I open a new R buffer, the buffer name is */usr/local/bin/R*. ...
8
votes
1answer
278 views

How do I escape double-brackets [[ in-line in org-mode

I need to display some R code in-line that contains double brackets.. e.g., =x[[1]]= and src_R{x[[1]]} are evaluated as a link. How can I escape those double brackets, or otherwise disable the ...
11
votes
3answers
167 views

Get Emacs to ignore contents of \Sexpr{} command in Sweave document to prevent incorrect $-based syntax highlighting

When editing an Sweave document in LaTeX (using the Noweb mode), Emacs knows to "ignore" code that is in <<>>= blocks. However, for interstitial \Sexpr{} blocks, this isn't the case. Given that ...
5
votes
1answer
542 views

Emacs, R, Sweave: UTF-8 encoding is not recognized when launching Sweave through Emacs

I work with Emacs 24 on Mac OS X 10.7.3 with R 2.14.0. I have a file foo.Rnw containing \documentclass[ paper=a4,% 210mm × 297mm pagesize% write page size to dvi ]{article} ...
8
votes
2answers
167 views

Computing argument values dynamically

When I'm passing arguments to a #+begin_src block, is there a way to compute them dynamically? Specifically, I want to set the :height attribute to something that depends on some variables in my R ...
2
votes
1answer
191 views

Cryptic error message in emacs org-mode following attempted export of file containing image-generating block of R code

I have an R code block that generates an image (see below). Executing the code is no problem (i.e., C-c C-c from within the block generates an image temp.png as expected). However, on export to PDF ...
8
votes
1answer
818 views

Embedding R plots in Latex via org-mode

I'm just getting started with org-mode and so far I love it. I've seen that it is possible to insert R in the org-mode file and execute it upon export. But I have some trouble getting org-babel (the ...
4
votes
1answer
209 views

Is there an equivalent of ctags or cscope for browsing R code in R using ESS mode?

For c++ and c I am able to create TAGS file by running ctags -e or use cscope to navigate a codebase in emacs. Is there an equivalent for a codebase in R? ctags ignored my R files...
2
votes
1answer
253 views

R: debugging code from emacs using ess-tracebug?

I want to use interactive debugging of R code in emacs, and found about ess-tracebug, but can't get it to work. I did the following: Installed ess-tracebug Started execution of an R script with ESS ...

1 2 3