The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
44 views

R fails to start after moving Rprofile

I'm using R on a Mac. I tried moving my Rprofile file to a different location, but R didnt start. When I tried to put the Rprofile file back into its original location, I couldn't remember which ...
0
votes
0answers
162 views

How to change .Rprofile location in RStudio

I am working with a "factory fresh" version of RStudio on Windows 7. R is installed under C:/Program Files which means the default libraries are stored here, and the two locations contained in ...
2
votes
1answer
169 views

locate the “.Rprofile” file generating default options

In R, and RStudio, I think I have messed around the with .Rprofile file a few times, and I currently am loading up an old version of it upon startup of R or RStudio, is there a way that I can quickly ...
1
vote
1answer
92 views

Rprofile.site can't work

my system :debian in console: nano /home/tiger/R-2.15.1/etc/Rprofile.site here is my content: .First <- function(){ cat("\nWelcome at", date(), "\n") } .Last <- function(){ ...
0
votes
3answers
499 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 ...
104
votes
25answers
17k views

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

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 ...