el-get/recipes/ess.rcp

13 lines
403 B
Plaintext
Raw Normal View History

2010-12-15 22:59:48 +08:00
(:name ess
:description "Emacs Speaks Statistics: statistical programming within Emacs"
2010-12-15 22:59:48 +08:00
:type svn
:url "https://svn.r-project.org/ESS/trunk/"
:info "doc/info/"
:build `,(mapcar
(lambda (target)
(concat "make " target " EMACS=" el-get-emacs))
'("clean" "all"))
:load-path ("lisp")
:features ess-site)
2010-12-15 22:59:48 +08:00