Displaying 1 result from an estimated 1 matches for "fullpathhere".
2013 Apr 19
2
R 3.0, Rtools3.0,l Windows7 64-bit, and permission agony
...could get ESS to find the R binaries by including (setq
ess-directory-containing-r "C:") in my .emacs file, but that no longer
works.
Dumb Fix to Problem 2: Hack into ess-site.el and put the complete,
explicit path to the correct binary into
(setq-default inferior-R-program-name 'FULLPATHHERE")
which will break as soon as I upgrade R (assuming I am foolish enough to
ever do that again).
Now I am ready to rebuild my R packages. I have this nice perl script
that goes through the following procedure:
1. Set the path to include the correct Rtools directory. (For reasons
that Ga...