Commit graph

12 commits

Author SHA1 Message Date
Eric Schulte 9bfd6e0a80 now when R blocks return trivial vectors they are converted into scalars
Apparently there are no scalars values in R, scalars are packaged into
vectors, which would result in many single element tables

| scalar |

if we just dropped them straight to emacs-lisp without this conversion
2009-04-05 09:46:11 -07:00
Eric Schulte 834dd2908f R source blocks can now read in variables from org-mode tables, and insert results as org tables 2009-04-04 16:24:06 -07:00
Eric Schulte f8d76eb030 org-R-to-elisp is working
it is now able to
1) write the R function to a tab separated table
2) read that table into elisp and return
3) clean up after itself
2009-04-04 16:24:05 -07:00
Eric Schulte a9bb21865d more opining about R tables 2009-04-04 16:24:04 -07:00
Eric Schulte 3e403fc9bb R support partially working assigning variables from R
still need to figure out how to deal with R tables
2009-04-04 16:24:03 -07:00
Eric Schulte 77c33de593 now able to assign variables from emacs-lisp source blocks 2009-04-02 17:59:55 -07:00
Eric Schulte fc21c4b559 adding support for R source code blocks 2009-03-29 15:09:06 -07:00
Eric Schulte da6ab1279e added stub of the file which will provide R support 2009-03-25 14:42:57 -07:00
Eric Schulte 63839f7c50 adding support for emacs-lisp blocks 2009-03-23 16:07:02 -07:00
Eric Schulte f8c437e5c3 ensuring return to current buffer when executing R code 2009-02-23 17:52:18 -08:00
Eric Schulte 761994643d litorgy R support (cleaning out defunct region commands) 2009-02-23 16:08:17 -08:00
Eric Schulte 715998c107 adding R support for litorgy 2009-02-23 16:08:16 -08:00