emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
blob 457bf9caf4c26e7a58631b2686df65cfe632976e 861 bytes (raw)
name: testing/lisp/test-ob-R.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
;;; test-ob-R.el --- tests for ob-R.el

;; Copyright (c) 2011 Eric Schulte
;; Authors: Eric Schulte

;; Released under the GNU General Public License version 3
;; see: http://www.gnu.org/licenses/gpl-3.0.html

(let ((load-path (cons (expand-file-name
			".." (file-name-directory
			      (or load-file-name buffer-file-name)))
		       load-path)))
  (require 'org-test)
  (require 'org-test-ob-consts))

(require 'ob-R)

(ert-deftest test-ob-R/simple-session ()
  (if (and (featurep 'ess)
	   (eql 0 (shell-command org-babel-R-command)))
      (org-test-with-temp-text
	  "#+begin_src R :session R\n  paste(\"Yep!\")\n#+end_src\n"
	(should (string= "Yep!" (org-babel-execute-src-block))))
    (message "NOTE: =test-ob-R/simple-session= NOT run!
 R and ESS are required to run =test-ob-R/simple-session=")))

(provide 'test-ob-R)

;;; test-ob-R.el ends here
 

debug log:

solving 457bf9c ...
found 457bf9c in https://list.orgmode.org/orgmode/m2vcsllhie.fsf@btinternet.com/
found 1fe63a5 in https://git.savannah.gnu.org/cgit/emacs/org-mode.git
preparing index
index prepared:
100644 1fe63a5bf3370a0c40ce4c119387db135bcee0ca	testing/lisp/test-ob-R.el

applying [1/1] https://list.orgmode.org/orgmode/m2vcsllhie.fsf@btinternet.com/
diff --git a/testing/lisp/test-ob-R.el b/testing/lisp/test-ob-R.el
index 1fe63a5..457bf9c 100644

Checking patch testing/lisp/test-ob-R.el...
Applied patch testing/lisp/test-ob-R.el cleanly.

index at:
100644 457bf9caf4c26e7a58631b2686df65cfe632976e	testing/lisp/test-ob-R.el

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).