ess Questions

3

Solved

A minimal Rmarkdown document has a YAML header, markdown syntax and R code chunks. To edit such a multi-language file, I am using the Emacs editor, and the buffer in which the Rmd document is opene...
Irruption asked 30/11, 2016 at 17:8

5

I installed R in a directory called "X:\alphaAndOmega\R\R". So Rterm.exe (32-Bit version) is located in "X:\alphaAndOmega\R\R\bin\i386". I know that it's not a 'standard R-directory' and that "stan...
Pewter asked 31/5, 2013 at 15:21

3

Solved

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 ...
Cherey asked 23/4, 2013 at 14:44

3

Solved

In ESS when I am evaluating chunks of code in a .R file using C-c C-j or C-c C-r (to send the line or region to a running R process), how can I get the R buffer to scroll down automatically, such t...
Electroballistics asked 25/4, 2010 at 23:53

4

Solved

I am using the Emacs-Speaks-Statistics (ESS) mode for Emacs. When editing R code, any comment lines (those starting with #) automatically get tabbed to the far right when I create a new line above ...
Brosy asked 23/4, 2009 at 8:29

5

Solved

I am using ESS in order to stay in Emacs when working with R. Whenever I create a plot a new pop-up appears with the graph. This new window seems to be a part of the R process called inside Emacs. ...
Monetta asked 19/2, 2011 at 20:31

2

Solved

I am using a cluster with environment modules. This means that I must specifically load any R version other than the default (2.13) so to load R 3.0.1, I have to specify module load R/3.0.1 R I...
Trinitrotoluene asked 1/10, 2013 at 21:35

2

Solved

This is an adaptation of a "classic" Rmd file that I want to knit as a pdf using Emacs (Emacs Speak Statistics) and polymode. I can't find the right commands to do that. There is little documentati...
Nanete asked 4/2, 2015 at 14:51

2

Solved

I am not sure if this has already been answered here on stack-overflow. I had Emacs-ESS installed on my Unix machine and when ever I start up emacs, particular version of R gets loaded. I now have...
Annulus asked 6/5, 2011 at 4:51

2

Is there an Emacs minor-mode (or piece of elisp code) that lets you selectively hide/show environments while in Sweave (Sweave = R + LaTeX)? For instance, I would like to move to the beginning of...
Thorsten asked 19/2, 2012 at 22:57

3

Solved

Is there an ESS version of the Clear Console command that can be found in the RGui(Ctrl-L)? I want to have a blank * R * buffer.
Philipp asked 10/8, 2010 at 9:22

4

Solved

I am using ESS, but every time I need to install a new package I have to use R gui. Isn't there a way to do this without leaving emacs?
Sinful asked 8/7, 2011 at 20:39

5

Solved

I've been using Emacs/ESS for quite a while, and I'm familiar with Hadley's R style recommendations. I'd like to follow these conventions in ESS, like those nice spaces around operators, space afte...
Totality asked 21/9, 2011 at 15:35

2

Solved

I'm on OSX Yosemite running Emacs 24.5 and R 3.2 I have this in my ~/.bash_profile: export LANG=en_US.UTF-8 export LANGUAGE=en_US:en export LC_CTYPE="en_US.UTF-8" export LC_NUMERIC="en_US.UTF-8" ...
Eocene asked 15/5, 2015 at 16:33

1

Ctrl-c Ctrl-v lets me view documentation for a function at cursor's position. But what key sequence for me to view the source code of the function (i.e like the F2 key in Rstudio)? I do not want to...
Typical asked 5/7, 2015 at 22:52

0

I recently upgraded to the new Emacs ESS version 15.03-1 and it has changed how my R code is being indented. For example, setMethod('show','AClass',function(object) { ## do something.... inden...
Howrah asked 6/5, 2015 at 13:3

5

Solved

When using R code chunks in an .Rnw document, the emacs buffer automatically detects that the cursor is within a code chunk (i.e. within <<>> and @), and switches to ESS-mode -- this is...
Eastward asked 5/12, 2011 at 14:37

1

To use ess-rdired to browse objects, I followed the ESS manual and added the following to my .emacs: (autoload 'ess-rdired "ess-rdired" "View *R* objects in a dired-like buffer." t) When I do M...
Schaffner asked 18/12, 2012 at 10:18

1

Solved

I downloaded the polymode zip-file from GitHub, open the zip-file which gives a folder named polymode-master . I renamed the folder to polymode and put it on my .emacs.d folder. Then I inserted the...
Dulcedulcea asked 19/11, 2014 at 16:52

2

Solved

As I've started learning about lisp, emacs, and ess (Emacs Speaks Statistics), I've come across this concept of inferior-this-or-that. For instance, there's an inferior-ess-mode, inferior-lisp, and...
Jinajingle asked 10/8, 2014 at 3:2

2

Solved

This is a terribly simple request, and I can't believe I haven't found the solution to this yet, but I've been searching for it far and wide without luck. I have an .Rnw file loaded up in Emacs, I...
Vary asked 7/9, 2013 at 12:0

1

Solved

I thought you set the level of indentation with (setq ess-indent-level 2) But I keep getting 4 spaces. For instance, I used to write foo <- function(x) x + 2 But now, ESS puts the secon...
Hartal asked 12/7, 2013 at 6:43

6

Solved

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...
Cowbird asked 18/2, 2013 at 16:59

1

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 wh...
Kharif asked 16/12, 2012 at 16:48

1

Solved

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 shel...
Antiquarian asked 22/11, 2012 at 18:18

© 2022 - 2024 — McMap. All rights reserved.