[ESS] ess-developer interacting with orgmode
Vitalie Spinu
spinuvit at gmail.com
Tue Jun 4 17:02:15 CEST 2013
Yeh, there is very little that I can do on ESS side. It could be solved
in org, but it looks to me like an R issue. The behavior is not
documented and by all means violates the definition of .Last.value.
Here is how to reproduce. Put df <- data.frame(a=1:3, b=1:3) in test.R
and then:
source("test.R")
print(.Last.value)
you should get:
$value
a b
1 1 1
2 2 2
3 3 3
$visible
[1] FALSE
Feel free to complain to R folks.
Vitalie
>> Vitalie Spinu <spinuvit at gmail.com>
>> on Tue, 04 Jun 2013 11:16:55 +0200 wrote:
> No it is not known issue and is not supposed to happen.
> It has to do with .Last.value that org-babel inspects. In this specific
> case that value is
> $value
> a b
> 1 1 1
> 2 2 2
> 3 3 3
> $visible
> [1] FALSE
> I don't understand as yet why it occurs only when ess-developer is
> on.
> Vitalie
>> Andreas Leha <andreas.leha at med.uni-goettingen.de>
>> on Mon, 3 Jun 2013 23:53:36 +0200 wrote:
>> Hi all,
>> I am experiencing strange interactions between orgmode and
>> ess-developer-mode.
>> This is a test file with a test result:
>> * Test
>> #+begin_src R :session *test* :colnames yes
>> data.frame(a=1:3, b=1:3)
>> #+end_src
>> #+results:
>> | a | b |
>> |---+---|
>> | 1 | 1 |
>> | 2 | 2 |
>> | 3 | 3 |
>> And here is the test file, when ess-developer-mode is activated in
>> *test*:
>> * Test
>> #+begin_src R :session *test* :colnames yes
>> data.frame(a=1:3, b=1:3)
>> #+end_src
>> #+results:
>> | value.a | value.b | visible |
>> |---------+---------+---------|
>> | 1 | 1 | TRUE |
>> | 2 | 2 | TRUE |
>> | 3 | 3 | TRUE |
>> Is this a known issue?
>> Best,
>> Andreas
>> ______________________________________________
>> ESS-help at r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/ess-help
More information about the ESS-help
mailing list