Hi Chuck,
"Charles C. Berry" writes:
> On Tue, 19 Jan 2016, Andreas Leha wrote:
>
>> Hi Chuck,
>>
>
> [snip]
>
>> I've tested your patch and it seems to work. But it does seem to need
>> an analogous change in org-babel-R-evaluate-session to also cure blocks
>> with ':session'.
>>
>
> Correct. I
On Tue, 19 Jan 2016, Andreas Leha wrote:
Hi Chuck,
[snip]
I've tested your patch and it seems to work. But it does seem to need
an analogous change in org-babel-R-evaluate-session to also cure blocks
with ':session'.
Correct. I committed a patch like this and added a test
Thanks,
Chuc
Hi Chuck,
Thanks for following that up. And sorry for the long delay.
"Charles C. Berry" writes:
> On Thu, 17 Dec 2015, Andreas Leha wrote:
>
>> Hi all,
>>
>> I think there is a bug in the handling of results of R src blocks. What
>> is the suggested way to make an R block return a link to a
Hi Chuck,
"Charles C. Berry" writes:
> On Thu, 17 Dec 2015, Andreas Leha wrote:
>
>> Hi all,
>>
>> I think there is a bug in the handling of results of R src blocks. What
>> is the suggested way to make an R block return a link to a file? The
>> obvious way appends a newline character to the fi
On Thu, 17 Dec 2015, Andreas Leha wrote:
Hi all,
I think there is a bug in the handling of results of R src blocks. What
is the suggested way to make an R block return a link to a file? The
obvious way appends a newline character to the file link (which is
broken because of that).
Here is an
Hi all,
I think there is a bug in the handling of results of R src blocks. What
is the suggested way to make an R block return a link to a file? The
obvious way appends a newline character to the file link (which is
broken because of that).
Here is an example:
--8<---cut here---