emacs-ess / ESS

Emacs Speaks Statistics: ESS
https://ess.r-project.org/
GNU General Public License v3.0
620 stars 162 forks source link

ESSR loading error #1147

Closed ghowoo closed 3 years ago

ghowoo commented 3 years ago

I just experienced emacs hangs on in ess-r-mode. Could anybody give some directions to solve the problem?

Messages while loading ESSR: + + + Error in .ess.ESSR.load("/home/username/.emacs.d/elpa/ess-20200522.920/etc/ESSR/R") : could not find function ".ess.ESSR.load" ess-command: Timeout during background ESS command options(STERM='iESS', str.dendrogram.last="'", editor='emacsclient', show.error.locations=TRUE)

ghowoo commented 3 years ago

Change my init setting, Emacs ESS returns to work;

This works (use-package ess :defer t :init (require 'ess-r-mode) )

This cause Emacs to hang on r processing and gives ESSR loading error: (use-package ess :straight t :init (require 'ess-site) )

ghowoo commented 3 years ago

The problem solved. Please see: https://github.com/raxod502/straight.el/issues/756