sje30 / essgd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

essgd

MELPA

This is an add-on to Emacs Speak Statistics (ESS) to display R plots within a buffer.

Screenshot of essgd in Emacs

Installation

The recommended way to install the package is via MELPA.

If you use the straight package:

(use-package essgd
  :straight (:type git :host github :repo "sje30/essgd"))

Otherwise download the lisp file, open in Emacs, and do M-x eval-buffer to get started.

See also

A prototype of this code, and example usage, is available at:

https://github.com/sje30/ess-unigd

Laurent Gatto has written a nice R package called plothistory. This is not Emacs-specific, and in my testing, works well remotely via TRAMP.

Thanks to Florian Rupprecht for his excellent httpgd R package.

Notes to self

To find the URL that would be executed by a given command, try the following:

httpgd::hgd_url("remove", index=1)

About

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%