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...
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...
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 ...
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. ...
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...
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...
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.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.