ESS

Emacs Speaks Statistics: ESS (by emacs-ess)

ESS reviews and mentions

Posts with mentions or reviews of ESS. We have used some of these posts to build our list of alternatives and similar projects.
  • Problems with ess and emacs
    1 project | /r/emacs | 23 May 2023
    ;; FIXME Remove this when ESS releases new version. ;; Emacs 28 has changed the arg spec of 'define-obsolete-function-alias' and ;; ESS has one instance of it still not up to date. It has been fixed ;; upstream, but ESS has not released a (stable) version since 2018... This ;; workaround is an ugly hack, but without some sort of error control, ESS ;; breaks completely and cannot even start. ;; https://github.com/emacs-ess/ESS/issues/1085 ;; https://github.com/emacs-ess/ESS/issues/1097 (advice-add 'define-obsolete-function-alias :around (lambda (orig-fun &rest args) (condition-case nil (apply orig-fun args) (error nil))))

Stats

Basic ESS repo stats
1
609
7.1
8 days ago

emacs-ess/ESS is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of ESS is Emacs Lisp.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com