I installed R-3.3.3 recently on my Macbook when I try to launch R from emacs in the working directory with M-x R, screen just freezes and complaining cannot read .Rhistory
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
download ESS from https://ess.r-project.org/index.php?Section=download
unzip the files and keep it application folder, add the following in .emacs file for creating one c-x c-f .emacs add the link and save
(add-to-list 'load-path "/usr/bin/ess-16.10/lisp/") (load "ess-site")