-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
"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-
-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-