Hi,
When i run a code block like this using C-c C-c:

#+BEGIN_SRC R 
c(1,23,54,5)
#+END_SRC

I do not get any results. 

In older versions of orgmode the result used be a table or vector returned by R. Is this a bug, or do I need a new keyword that is not in the documentation yet to get the same result?
I'm using version 7.7 and R2.13.1

Thanks,

Max