el-get/recipes/ess.rcp

11 lines
422 B
Plaintext
Raw Normal View History

2010-12-15 22:59:48 +08:00
(:name ess
:description "Emacs Speaks Statistics: statistical programming within Emacs"
:type github
:pkgname "emacs-ess/ESS"
:website "http://ess.r-project.org/"
2010-12-15 22:59:48 +08:00
:info "doc/info/"
:build `(("make" "clean" "all" ,(concat "EMACS=" (shell-quote-argument
el-get-emacs))))
:load-path ("lisp")
:features ess-site)