Emacs ESS Cannot read history file /user/filepath/

2019-08-17 23:37发布

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

标签: r emacs ess
1条回答
不美不萌又怎样
2楼-- · 2019-08-18 00:09

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")

查看更多
登录 后发表回答