doomemacs/modules/lang/ess
Henrik Lissner ad6a3d0f33
refactor: deprecate featurep! for modulep!
featurep! will be renamed modulep! in the future, so it's been
deprecated. They have identical interfaces, and can be replaced without
issue.

featurep! was never quite the right name for this macro. It implied that
it had some connection to featurep, which it doesn't (only that it was
similar in purpose; still, Doom modules are not features). To undo such
implications and be consistent with its namespace (and since we're
heading into a storm of breaking changes with the v3 release anyway),
now was the best opportunity to begin the transition.
2022-08-14 20:43:35 +02:00
..
autoload.el tools/eval: associate plist with repl handlers 2019-10-23 21:41:23 -04:00
config.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
packages.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:lang ess

Description   unfold

This module adds support for various statistics languages, including R, S-Plus, SAS, Julia and Stata.

Maintainers

This module has no dedicated maintainers. Become a maintainer?

Module flags

+stan
Enable support for stan-mode, including code completion and syntax checking.

Hacks

No hacks documented for this module.

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module has several optional dependencies:

TODO Usage

🔨 This module's usage documentation is incomplete. Complete it?

:map ess-doc-map

key command
"h" ess-display-help-on-object
"p" ess-R-dv-pprint
"t" ess-R-dv-ctable

:map ess-mode-map

key command
"<s-return>" ess-eval-line
"<up>" comint-next-input
"<down>" comint-previous-input

:localleader

state key command
:nv "," ess-eval-region-or-function-or-paragraph-and-step
:n "'" R
:n "<tab>" ess-switch-to-inferior-or-script-buffer
:n "<backtab>" ess-switch-process
:n "B" ess-eval-buffer-and-go
:n "b" ess-eval-buffer
:nv "d" ess-eval-region-or-line-and-step
:n "D" ess-eval-function-or-paragraph-and-step
:n "L" ess-eval-line-and-go
:n "l" ess-eval-line
:nv "R" ess-eval-region-and-go
:nv "r" ess-eval-region
:n "F" ess-eval-function-and-go
:n "f" ess-eval-function
:n "h" ess-doc-map
:n "x" ess-extra-map
:n "p" ess-r-package-dev-map
:n "v" ess-dev-map
:n "cC" ess-eval-chunk-and-go
:n "cc" ess-eval-chunk
:n "cd" ess-eval-chunk-and-step
:n "cm" ess-noweb-mark-chunk
:n "cp" ess-noweb-previous-chunk
:n "cn" ess-noweb-next-chunk

TODO Configuration

🔨 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

🔨 This module has no appendix yet. Write one?