Commit Graph

18 Commits

Author SHA1 Message Date
Eric Schulte e82fb2566c replacing litrogy with babel 2009-05-24 13:38:01 -07:00
Eric Schulte 0e0e671cb9 DONE error on trivial R results 2009-05-23 14:22:46 -07:00
Eric Schulte 7cb0ecd476 fixed R bug (now properly ingests all elisp values into R) 2009-05-22 07:57:35 -07:00
Eric Schulte 14296239ea removed redundant :sep \t from org-tbl-to-tsv call in litorgy-R 2009-05-19 20:49:05 -07:00
Dan Davison 0c68fce725 Proposals for some minor reworkings of litorgy-R.el code added to rorg.org and as comments in litorgy-R.el 2009-05-17 20:42:04 -04:00
Dan Davison 0947747759 Added as.is=TRUE argument to read.table so that strings are kept as strings and not converted to factors 2009-05-15 00:32:17 -04:00
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