Re: [ESS] Using ESS with nix

2018-03-24 Thread Dominic Steinitz
Someone on stackoverflow gave me the following solution > Open a regular shell buffer with M-x shell, run your nix-shell command there, > then do M-x ess-remote and select R. ESS will then recognize this buffer as > its interactive R session. > > NB You need to run R before M-x ess-remote. > N

Re: [ESS] Using ESS with nix

2018-02-01 Thread Dominic Steinitz
I don’t think you do need it. I just installed another version of R via homebrew so > which -a R > /usr/local/bin/R So set > '(inferior-ess-r-program-name "/usr/local/bin/R") And now I can use ESS. The point is: I don’t want to use homebrew to install packages and the R package manager to i

Re: [ESS] Using ESS with nix

2018-02-01 Thread Sparapani, Rodney
Yes you need it. Check the manual again. Sent from my iPhone On Feb 1, 2018, at 6:31 AM, Dominic Steinitz mailto:idontgetoutm...@gmail.com>> wrote: ATTENTION: This email originated from a sender outside of MCW. Use caution when clicking on links or opening attachments.

Re: [ESS] Using ESS with nix

2018-02-01 Thread Dominic Steinitz
I have searched the manual but to no avail. Do I need `(require 'ess-site)`? I thought the package manager installed everything required? I have > '(package-archives >(quote > (("gnu" . "http://elpa.gnu.org/packages/";) > ("melpa" . "http://melpa.milkbox.net/packages/";) > ("m

[ESS] Using ESS with nix

2018-01-29 Thread Sparapani, Rodney
Hi Dominic: Did you (require 'ess-site)? Maybe check out the docs which are also available online at http://ess.r-project.org/Manual/ess.html#Installation Rodney __ ESS-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/ess-help

[ESS] Using ESS with nix

2018-01-29 Thread Dominic Steinitz
For my python development I have > '(python-shell-interpreter "/nix/var/nix/profiles/default/bin/nix-shell") > '(python-shell-interpreter-args >"-p \"callPackage /Users/dom/Dropbox/Tidy/mrp/dl.nix {}\" -I > nixpkgs=/Users/dom/nixpkgs --run python") > '(python-shell-process-environment >

[ESS] Using ESS with nix

2018-01-29 Thread Dominic Steinitz
For my python development I have > '(python-shell-interpreter "/nix/var/nix/profiles/default/bin/nix-shell") > '(python-shell-interpreter-args >"-p \"callPackage /Users/dom/Dropbox/Tidy/mrp/dl.nix {}\" -I > nixpkgs=/Users/dom/nixpkgs --run python") > '(python-shell-process-environment >