Skip to content

sje30/essgd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published