ESS -- Emacs Speaks Statistics
http://ess.r-project.org/
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:R:released/emacs-ess && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
emacs-ess.changes | 0000008883 8.67 KB | |
emacs-ess.spec | 0000004507 4.4 KB | |
ess-15.03.tgz | 0003319152 3.17 MB |
Revision 6 (latest revision is 20)
Detlef Steuer (dsteuer)
committed
(revision 6)
- upstream updated to 15.03 Changes and New Features in 15.03: * ESS[R]: Full native support for 'company-mode'. * ESS[R]: More efficient caching algorithm for R completion. * ESS: New offset variable 'ess-close-paren-offset' to control the indentation of the closing parentheses. * ESS[R]: Ask for CRAN mirror only once per emacs session. * ESS[R]: Detect 'library' and 'require' calls for better completion caching. * Buffer display is now customizable ('ess-show-buffer-action'). * Use 'y-or-n-p' instead of 'yes-or-no-p' throughout. * More support for ODS in ess-sas-graph-view. * Makefiles are now both UNIX and GNU friendly. * ESS[R]: Simplify directory lookup in 'ess-developer' (#137). * Make closed paren indentation consistent Bug Fixes in 15.03: * Fix open brace indentation bug (#27 in ess/R-ESS-bugs.R). * Fix git version lookup * Don't check directory modtime in R dialect. * Declare all ess macros for edebug. * Add 'ess-smart-comma' to eldoc message functions. * Inform users when retrieving RDA aliases. * Line ending in '~' is also a continuation line. * Filing roxy paragraphs works as expected now. * In 'ess-developer-add-package', remove incorrect 'wait' argument from 'ess-get-words-from-vector' call. * Fix #96, #117, #120, #125, #134, #137. * Fix ess-quit-r. Call base::q() even if it is masked. * Fix 'ess-show-buffer' to always display the buffer in another window.
Comments 2
On openSUSE 42.3, Emacs 24.3.1, the new version 18.10.2-2.1 results in the following error when Emacs starts up (if configured to load ESS with "(require 'ess-site)"):
File error: Cannot open load file, ess-rd.el
In comparison to the previous version 17.11-2.1, the new version 18.10.2-2.1 only contains compiled Lisp files (*.elc), the *.el files are missing.
should work now