Questions tagged [ess]

ESS (Emacs Speaks Statistics) is an emacs add-on for editing scripts and interacting with statistical programs such as R, Stata or SAS.

Emacs Speaks Statistics (ESS) is an add-on package for emacs text editors such as GNU Emacs and XEmacs. It is designed to support editing of scripts and interaction with various statistical analysis programs such as R, S-Plus, SAS, Stata and JAGS.

ESS is freely available under the GNU General Public License (GPL).

Resources:

280 questions
0
votes
1 answer

Interacting with iESS process from Emacs (evaluate)

Is there anyway to send text to an iESS buffer which does not need to follow (inferior-ess-send-input)? I basically do this: (process-send-string "R" "mycommand()") (select-window (get-buffer-window "*R*")) (inferior-ess-send-input) The concern is…
PascalVKooten
  • 20,643
  • 17
  • 103
  • 160
0
votes
1 answer

Go back from ess-remote state in emacs

Sorry for any duplicates, but I am lacking the correct words to google the answer myself. I am using ess with emacs to run R in a terminal in emacs, kind of like: Start emacs M-x term, start bash Start R (interactive mode) M-x ess-remote, select R…
MrGumble
  • 5,631
  • 1
  • 18
  • 33
0
votes
1 answer

ESS error: could not find function .help.ESS

I am using Emacs 24.3.1 on Windows with ESS v13.05 and with autocomplete. While this pops up completion candidates for me, it doesn't show the help. Error: could not find function ".help.ESS"^M Following the advice in this post I tried typing the…
SlowLearner
  • 7,907
  • 11
  • 49
  • 80
0
votes
0 answers

ESS mode R: how to do a javareconf?

In order to load R with a functional rJava, I need to run R CMD javareconf first. This works if I run R from the shell, but I want to run it in ESS. How can I get ESS (that is, M-x R) to run with the effects of the javareconf? System information:…
WorldsEndless
  • 1,493
  • 1
  • 15
  • 27
0
votes
1 answer

emacs paths for internal program (ESS mode)

I'm running emacs 24.2.1 on OpenSUSE 12.2 x 64. I am trying to get ESS mode to load rJava properly. I get it to work from M-x shell by saving the environment vars from R CMD javareconf to my .bashrc. Now, when I run R in shell-mode, it works fine…
WorldsEndless
  • 1,493
  • 1
  • 15
  • 27
0
votes
2 answers

How to execute part of the code in ESS (Emacs speaks statistics)

In matlab script editor, we can use double percent symbol to define a region. for example in the following matlab script, two region are defined: %% region 1 a=1; b=2; %% region 2 c=7; d=5; The advantage of defining region is that you can just…
Chenming Zhang
  • 2,446
  • 2
  • 26
  • 34
0
votes
1 answer

Blackberry ESS standalone mode & Outlook 2007

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 'localhost' as its pop3/smtp server. The port numbers I…
0
votes
1 answer

Why doesn't '??' run help.search() when using ESS?

On my windows machine at work, when I type ??topic in the R terminal using ESS, I don't get the expected result of help.search(topic), instead I get a new buffer titled *help[R](?topic)*, with contents: No documentation for '?topic' in specified…
mac
  • 3,137
  • 1
  • 28
  • 42
0
votes
2 answers

Emacs ESS keybinding "less than" dash

How to efficiently program in Emacs ESS-mode the key "<" "[less than]" to "<- " "[less than][dash][space]" Just like the MacOS version of R utilizes.
PascalVKooten
  • 20,643
  • 17
  • 103
  • 160
-1
votes
1 answer

How to Set ESS user can add kpi, view kpi on performance?

I tried to find the code that limit the role of ESS user in order to set the permission to ESS user. I want to allow them full access on performance page. if anyone know this problem can all of you share to me.:(
1 2 3
18
19