ess

Can ECB be restricted to "take over" only the current buffer when it's activated?

From the get go: sorry if I'm not using the proper emacs terminology -- I'm relatively wet behind the ears in the emacs world. Most of my work in emacs is for programming R, and I'm using ESS and ECB to do so quite happily. I'd like to build a custom ECB layout which uses the entire bottom of the screen as my R console, while putting so...

Emacs, ESS, R -How did i do this?

http://picasaweb.google.com/lh/photo/F-p2qK3itxJsgj1tLLGsow?feat=directlink If you look at the picture, theres this usage bit from the R help files at the bottom in the minbuffer. howd i do that? it somehow just appeared, maybe cos i mashed the keyboard trying to run the commands. It disappeared when i restarted emacs:( thanks ...

is there a way to get the colour theme from the R GUI into Emacs?

I find it hard to sort through all the messages in the R frame(?) in emacs, and I was wondering if it'll be easy to change the colours so that it looks more like the R GUI. Thanks ...

Double prompt and garbled R help with remote R on WinXP emacs

I have installed a modified Emacs version for Windows XP from Vincent Goulet and I want to run and edit R scripts contained on a remote Unix server using ess-remote. After a lot of searching I am able to connect to a remote R session in the following way: Open a shell prompt with M-x shell enter the following command: plink -X -C usern...

Emacs ESS version of Clear Console

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. ...

Left justified comments for ESS

When I use C-M-\ (with emacs and ESS) to format my R code, it right justifies my comments. For example, it changes: #This is a comment x=5 to #This is a comment x=5 How do I stop my comments being right-justified? ...

Using ESS on my desktop to run R in the cloud

I'm interested in experimenting with writing R code on my laptop which I then execute on an Amazon S3 machine. I want the execution to be interactive because I'm building a work flow and the data is only on my EC2 instance, not on my local machine. I could redirect X11 to put the remove ESS window on my local machine, but I've had some...