From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shawn Way" Subject: Using Org mode and R with the sessions switch Date: Wed, 25 Mar 2015 08:58:42 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_alternative 004CC86686257E13_=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yalos-00021W-NT for emacs-orgmode@gnu.org; Wed, 25 Mar 2015 09:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yalop-0001EL-60 for emacs-orgmode@gnu.org; Wed, 25 Mar 2015 09:58:06 -0400 Received: from smtp-out3.electric.net ([72.35.12.183]:63054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yaloo-0001Cm-TO for emacs-orgmode@gnu.org; Wed, 25 Mar 2015 09:58:03 -0400 Received: from 1Yaloe-0004Fl-Ug by out3c.electric.net with emc1-ok (Exim 4.84) (envelope-from ) id 1Yalof-0004Gm-UQ for emacs-orgmode@gnu.org; Wed, 25 Mar 2015 06:57:53 -0700 Received: from [74.202.65.196] (helo=mail.meco.com) by out3c.electric.net with esmtp (Exim 4.84) (envelope-from ) id 1Yaloe-0004Fl-Ug for emacs-orgmode@gnu.org; Wed, 25 Mar 2015 06:57:52 -0700 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This is a multipart message in MIME format. --=_alternative 004CC86686257E13_= Content-Type: text/plain; charset="US-ASCII" I'm using Emacs 24.4 and Org-mode 8.2.10 (latest ELPA version), Ess 14.09, R 3.1.2 and I keep getting an ".ess.eval" error when using the session switch A minimal example: --------------------------- #+BEGIN_SRC R :exports both :session R mdot <- 28 #gal/min #+END_SRC #+BEGIN_SRC R :exports both :session R mdot #+END_SRC ---------------------------- This get's sent to R but I get the following error in R: Error: could not find function ".ess.eval" After looking at the archives it looks like a fix may have been found, but I'm not sure that it made it back to 8.2.10. Can some one please let me know if I'm using this wrong or if this is a bug in the system? Thank you kindly, -------------------------------------------------------------- Shawn Way, PE MECO, Inc. (p) 281-276-7612 (f) 281-313-0248 MECO
FIND US ON: Youtube Linkedin Facebook Twitter

  This e-mail is for the use of the intended recipient(s) only. If you have received this e-mail in error, please notify the sender immediately and then delete it. If you are not the intended recipient, you must not use, disclose or distribute this e-mail without the author's prior permission. We have taken precautions to minimize the risk of transmitting software viruses, but we advise you to carry out your own virus checks on any attachment to this message. We cannot accept liability for any loss or damage caused by software viruses. --=_alternative 004CC86686257E13_= Content-Type: text/html; charset="US-ASCII" I'm using Emacs 24.4 and Org-mode 8.2.10 (latest ELPA version), Ess 14.09, R 3.1.2 and I keep getting an ".ess.eval" error when using the session switch

A minimal example:
---------------------------
#+BEGIN_SRC R :exports both :session R
  mdot <- 28  #gal/min
#+END_SRC

#+BEGIN_SRC R :exports both :session R
  mdot
#+END_SRC

----------------------------

This get's sent to R but I get the following error in R:

Error: could not find function ".ess.eval"

After looking at the archives it looks like a fix may have been found, but I'm not sure that it made it back to 8.2.10.

Can some one please let me know if I'm using this wrong or if this is a bug in the system?


Thank you kindly,

--------------------------------------------------------------
Shawn Way, PE
MECO, Inc.
(p) 281-276-7612
(f)  281-313-0248

MECO
FIND US ON: Youtube Linkedin Facebook Twitter

  This e-mail is for the use of the intended recipient(s) only. If you have received this e-mail in error, please notify the sender immediately and then delete it. If you are not the intended recipient, you must not use, disclose or distribute this e-mail without the author's prior permission. We have taken precautions to minimize the risk of transmitting software viruses, but we advise you to carry out your own virus checks on any attachment to this message. We cannot accept liability for any loss or damage caused by software viruses. --=_alternative 004CC86686257E13_=--