ESS

#emacs

  • C-c C-p
  • C-c C-d a (ess-display-help-apropos)
  • C-c C-d v (ess-display-vignettes)

Do not ever print out ?help output in the R console. Use C-c C-v (ess-help). Once showing help for some object you can also press a to do apropos (??) search or v to display vignettes.

Do not ever type R code to install packages. Use C-c C-e i (ess-install-library) or ess-devtools-*.

Wanna find out more commands? Place cursor in the console, do <f1 b> (counsel-describe-bindings), type "ess".

For each command you're curious about, spawn a buffer with C-M-m or use ivy-resume to get back to the ivy prompt.

Created (3 years ago)