Tagged Questions

1
vote
2answers
69 views

How to turn off auto replacement in Emacs Speaks Statistics for R

In Emacs Speaks Statistics for R, how can the auto replacement of "_" with "<-" be turned off?
3
votes
3answers
91 views

Getting the contents of a library interactively in R

Is there an equivalent of dir function (python) in R? When I load a library in R like - library(vrtest) I want to know all the functions that are in that library. In Python, dir(vrtest) would …
3
votes
5answers
311 views

Recommendations for developing Sweave documents

I'm looking to streamline my Sweave document creation, and I'd like to hear about people's current setups. I feel like the holy grail goes something like this: Editing Rnw code on one half of the …
0
votes
1answer
27 views

Blackberry ESS standalone mode && Outlook 2007

Hi, I launch Blackberry ESS in standalone mode. However I don't have Outlook Express on my computer. Instead I have Outlook 2007 on my computer. I set up an email account in Outlook 2007 which uses …
0
votes
2answers
88 views

Pipe ESS to terminal outside of Emacs?

I'm not sure if this is possible, but does anyone know if I can pipe ESS commands (i.e. evaluate region) to a R process running outside of Emacs? The Emacs terminal hangs up a bit (more often than …
2
votes
3answers
190 views

Emacs ESS: Eval region vs. source()

I love the Emacs ESS combination. I love sending lines, functions, regions, and buffers of code to the command line for evaluation without using the mouse. However, I've noticed that the Eval …
2
votes
3answers
121 views

Is there any emacs mode for Rscript?

Is there any usable emacs mode for Rscript? (Rscript is the script front-end for the R language.) If I type this: #!/usr/bin/Rscript print(commandArgs(TRUE)) and do indent in the ESS R-mode it …