Nicholas R. Davis
Nicholas R. Davis
Hello. Not sure what the resolution here was (if any). After updating R, I now have trouble with R-IDE/LSP (rlang). I get no specific error, but rlang is only initialized...
Thanks for the reply - I did and I am not sure if it has done anything. I did catch this output in the console (which does NOT appear on...
In Terminal `echo $LANG` returns `en_US.UTF-8` but I cannot duplicate this in Sublime - I get the error ``` >>> os.environ["LANG"] Traceback (most recent call last): File "", line 1,...
The result was ``` >> import subprocess >>> subprocess.check_output(["R", "--slave", "-e", "R.home('include')"]) Traceback (most recent call last): File "", line 1, in File "./python3.3/subprocess.py", line 576, in check_output File "./python3.3/subprocess.py",...
Yes, that generates the expected R console messages. Edit: Do you think it is possible to apply something like this `"getenv_command": ["/bin/bash", "--login", "-c", "env"],` to the settings for R-IDE?...
When launched from Terminal ``` >>> import sys; sys.modules["R-IDE.ride.r"].R(script="cat(R.home('include'))") '[1] "'checkPackages' says: Ran package check and passed; loading required packages." [1] "'syncPacks' says: 2 packages to add." [1] "Note, custom...
It would appear as though I have been rather foolish - yes, it is an interactive session I have created with my `.rprofile` code and this just happened to coincide...
I can confirm the same on MacOS 10.13.5/R 3.5.0/ST3 Build 3175. The behavior also affects representation of various characters (i.e. long space) in text data.