Commit graph

420 commits

Author SHA1 Message Date
Dan Davison 46f6a0a084 Some minor responses 2009-02-10 20:18:20 -05:00
Eric Schulte 090e5a12ae small addition to the proposed block format 2009-02-10 14:21:06 -08:00
Eric Schulte d26a98d71a I've done a fairly destructive edit of this file. The main goal was
to enforce a structure on the document that we can use moving forward,
so that any future objective changes are all made to the main
objective list.

I apologize for removing sections written by other people.  I did this
when they were redundant or it was not clear how to fit them into this
structure.  Rest assured if the previous text wasn't persisted in git
I would have been much more cautious about removing it.

I hope that this outline structure should be able to remain stable
through the process of fleshing out objectives, and cashing those
objectives out into tasks.  That said, please feel free to make any
changes that you see fit.

Changes include...
- tearing stuff out, and imposing structure
- updated .gitignore to ignore exported files
2009-02-09 14:43:07 -08:00
Dan Davison 9eeff6504b writing overview section at top of rorg.org 2009-02-08 15:00:51 -05:00
Dan Davison 540d924477 writing overview section at top of rorg.org 2009-02-08 15:00:34 -05:00
Dan Davison ea31e3a9c3 writing overview section at top of rorg.org 2009-02-08 15:00:28 -05:00
Dan Davison cf31c1f134 Trying to write a project overview at top of rorg.org 2009-02-08 13:11:22 -05:00
Eric Schulte bdae433d69 I added a couple of things listed below. I happy with the way this is
progressing so far.  It's nice to work on a project where everyone
uses org-mode.

additions:
- proposal for how we should implement the R-source-code blocks
- example of source code evaluation using org-eval-light.el
- notes section on evaluation of R code
- some scattered thoughts/suggestions
2009-02-06 15:45:59 -08:00
Dan Davison 0c418c5e2a rorg.org additions 2009-02-05 21:15:09 -05:00
Austin F. Frank eeaecdf7ee merge Eric and Austin's notes on special block types 2009-02-05 20:07:09 -05:00
Austin F. Frank 6201f77b1c rearrange Eric's notes 2009-02-05 19:59:19 -05:00
Austin F. Frank f173099443 merge Eric's notes and mine 2009-02-05 19:56:26 -05:00
Austin F. Frank cf1996f365 explanation and implementation notes for editing R code in org 2009-02-05 19:37:17 -05:00
Austin F. Frank 9ea78cd580 lisp file to give processing of #+BEGIN_R blocks. (require 'org-sweave) to use. 2009-02-05 19:26:07 -05:00
Austin F. Frank b0f2fe3390 ignore R history and R data files 2009-02-05 19:09:05 -05:00
Eric Schulte 79ca346be8 adding to rorg.org 2009-02-05 16:00:05 -08:00
Austin F. Frank a7c75dd901 Filled in more details about first objective. 2009-02-05 18:54:46 -05:00
Austin F. Frank 133b3b9748 Filled in first objective, linked to current implementation. 2009-02-05 18:47:20 -05:00
Eric Schulte 4985075c28 I was able to export the testing.Rorg example with org-exp-blocks.el
the results are in existing_tools/exp-blocks/example-for-r.html.  To
get this working I had to make two changes...

First in testing.Rorg, I changed every block as follows

from

 #+BEGIN_R:

 #+END_R

to

 #+BEGIN_R

 #+END_R

Second I fixed a broken regexp in org-exp-blocks.el

This is capable of running calculations on the R blocks and the inline
\R{} segments, but is not yet able to handle the image generation
commands.
2009-02-05 15:46:06 -08:00
Eric Schulte a3cf89b5b2 initial commit 2009-02-05 15:04:09 -08:00