Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

56
votes
19answers
8k views

Expert R users, what's in your .Rprofile?

This question is maybe a little too cute, but I have always found startup profile files of other people both useful and instructive about the language. Moreover, while I have some customization for ...
0
votes
0answers
40 views

help.start() not working from Rprofile.site file

I am very new to R. I'm using R version 2.13.0 I have added the following line to my Rprofile.site file (so I can have the help file start automatically when R opens)... help.start() When I ...
0
votes
2answers
205 views

Setting proxy on .Rprofile on OSX fails

In order to access CRAN packages from within R on OSX I've been using Sys.setenv(http_proxy="http://blah_blah:1234/") as the first command in the R GUI for a while, but would really like to set ...