* Environment
#+begin_src emacs-lisp :exports both :results output
(prin1 org-export-babel-evaluate)
#+end_src
#+RESULTS:
: nil
#+begin_src emacs-lisp :exports both :results output
(prin1 (org-version))
#+end_src
#+RESULTS:
: "9.0.1"
* Time
#+begin_src R :session *R* :exports both :results value
Sys.time()
#+end_src
#+RESULTS:
: 2016-12-01 16:52:43