Eric Schulte
|
39d1674f30
org-babel-R is now able to assign variables
|
16 years ago |
Eric Schulte
|
d3f1d07066
org-babel-R can now run in 'script' mode
|
16 years ago |
Dan Davison
|
1e4c3389b6
As was just done for branch master, removing all support for hlines/colnames -- they persist in branch rowcolnames. Also removing comments. These should never have been present in this branch.
|
16 years ago |
Eric Schulte
|
2a663b9e09
R is now using last output (with default session) and passing all tests
|
16 years ago |
Dan Davison
|
02b265b2e3
Reverted tentative and hackish support for hline in R output. I have left a commented line and an unused function while I am thinking about this, and pending me learning git better. However I haven't yet reverted the ability of R to recognise hlines in var references, so the grades example still works. All sbe tests are passed.
|
16 years ago |
Dan Davison
|
e4263daf76
Make org table result have header row and hline when appropriate. (This should have been included with commit a39d68640e3fbc059f3b05c9eafc8bf07cc4b51d). The approach I've taken is to make R always write the column names into the tsv file. If the result does not have user-supplied column-names, then R writes default column names of the form V1,V2,...,V$numcols. After reading the tsv back into lisp, we check whether it has "real" column names or the R defaults. If it has real column names, then I give the org table an hline.
|
16 years ago |
Dan Davison
|
a39d68640e
Allowing org-tables with hline to be referred to and passed into R. If hline is present, the first row of the table becomes the column names in R. This allows the grades example to run for me which was not true before. Eric: any commits I make should be viewed as tentative -- feel free to reject or recode them.
|
16 years ago |
Eric Schulte
|
6614df037f
now passing all tests with new name "org-babel"
|
16 years ago |
Eric Schulte
|
9247200bb0
renaming the org-babel/ directory to the lisp/ directory
|
16 years ago |