~ubuntu-branches/ubuntu/trusty/ess/trusty

« back to all changes in this revision

Viewing changes to lisp/ess-r-a.el

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2012-12-22 00:56:45 UTC
  • mfrom: (1.2.28)
  • Revision ID: package-import@ubuntu.com-20121222005645-itzbu0xupmctgysn
Tags: 12.09-1-1
* New upstream version released twelve hours ago

* debian/control: Mention Julia in Description: (Closes: #692468)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
;; with vsize set to (for example) 40M, and nsize set to 600000.
40
40
(defalias 'essr
41
41
  (read-kbd-macro
42
 
   "C-u M-x R RET - - vsize SPC 40M SPC - - nsize SPC 600000 2*RET"))
43
 
;; "SPC" must be "=" in future versions of R (works from 0.99 on)
 
42
   "C-u M-x R RET - - vsize = 40M SPC - - nsize = 600000 2*RET"))
44
43
 
45
44
(defun ess-r-do-region (start end &optional message)
46
45
  "Send the current region to R via AppleScript."