This is an add-on to Emacs Speak Statistics (ESS) to display R plots within a buffer.
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.
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.
To find the URL that would be executed by a given command, try the following:
httpgd::hgd_url("remove", index=1)