|
@@ -8,8 +8,10 @@
|
|
|
** TODO evaluation of shell code as background process? [DED]
|
|
** TODO evaluation of shell code as background process? [DED]
|
|
|
After C-c C-c on an R code block, the process may appear to block,
|
|
After C-c C-c on an R code block, the process may appear to block,
|
|
|
but C-g can be used to reclaim control of the .org buffer, without
|
|
but C-g can be used to reclaim control of the .org buffer, without
|
|
|
- interrupting the R evalution. However I believe this is not true
|
|
|
|
|
- of bash/sh evaluation. [Haven't tried other languages]
|
|
|
|
|
|
|
+ interrupting the R evalution. However I believe this is not true of
|
|
|
|
|
+ bash/sh evaluation. [Haven't tried other languages] Perhaps a
|
|
|
|
|
+ solution is just to background the individual shell
|
|
|
|
|
+ commands.
|
|
|
** litorgy-R
|
|
** litorgy-R
|
|
|
*** TODO ability to select which of multiple R sessions is being used
|
|
*** TODO ability to select which of multiple R sessions is being used
|
|
|
(like ess-switch-process in .R buffers)
|
|
(like ess-switch-process in .R buffers)
|
|
@@ -66,14 +68,14 @@ To run these examples open both [[file:litorgy/litorgy.el][litorgy.el]], [[file:
|
|
|
them with =M-x eval-buffer=
|
|
them with =M-x eval-buffer=
|
|
|
|
|
|
|
|
#+begin_src R :replace t
|
|
#+begin_src R :replace t
|
|
|
-hist(rgamma(20,3,3))
|
|
|
|
|
a <- 9
|
|
a <- 9
|
|
|
b <- 17
|
|
b <- 17
|
|
|
a + b
|
|
a + b
|
|
|
#+end_src
|
|
#+end_src
|
|
|
|
|
|
|
|
-: 26
|
|
|
|
|
-
|
|
|
|
|
|
|
+#+begin_src R
|
|
|
|
|
+hist(rgamma(20,3,3))
|
|
|
|
|
+#+end_src
|
|
|
|
|
|
|
|
|
|
|
|
|
** free variables
|
|
** free variables
|