Browse Source

Changed path for R, Whitespaces cause trouble in org-babel-R-command

master
Marc Pohling 4 years ago
parent
commit
a7c1550e76
1 changed files with 2 additions and 1 deletions
  1. 3
      init.org

3
init.org

@ -879,7 +879,8 @@ Default completion is C-j
:ensure t
:init
(if *work_remote*
(setq exec-path (append exec-path '("P:/Eigene Dateien/Tools/R/bin/x64")))))
(setq exec-path (append exec-path '("P:/Tools/R/bin/x64"))
org-babel-R-command "P:/Tools/R/bin/x64/R --slave --no-save")))
#+END_SRC
** Python

Loading…
Cancel
Save