Re: [Orgmode] [babel] Problems sourcing R code

2009-11-09 Thread Weiss, Bernd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Davison schrieb: > "Weiss, Bernd " writes: > >> Dear all, >> >> I am having trouble sourcing R code from within an org-file via >> org-babel, i.e. I cant' replicate the most simple examples >> >> #+begin_src R :results value >> matrix(rnorm(6), n

Re: [Orgmode] [babel] Problems sourcing R code

2009-11-08 Thread Dan Davison
"Weiss, Bernd " writes: > Dear all, > > I am having trouble sourcing R code from within an org-file via > org-babel, i.e. I cant' replicate the most simple examples > > #+begin_src R :results value > matrix(rnorm(6), nrow=2) > #+end_src > > That's the error message I get whenever I type in C-c C-

[Orgmode] [babel] Problems sourcing R code

2009-11-08 Thread Weiss, Bernd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear all, I am having trouble sourcing R code from within an org-file via org-babel, i.e. I cant' replicate the most simple examples #+begin_src R :results value matrix(rnorm(6), nrow=2) #+end_src That's the error message I get whenever I type in C-