Questions tagged [rprofile]

The R statistical package uses both or either Rprofile.site or .Rprofile to load startup requirements.

The R statistical package uses both or either Rprofile.site or .Rprofile to load startup requirements. .Rprofile instances may be multiple and can be directory/project specific.

62 questions
0
votes
0 answers

Why does library("dplyr") in .Rprofile behave differently

I'm mystified as to why a statement in .Rprofile has such a different effect from regular code. Specifically, I want to include library("dplyr") in .Rprofile to have it always loaded in OSX. The effect of an .Rprofile as…
John David Smith
  • 573
  • 1
  • 6
  • 15
0
votes
0 answers

Profiling R memory consumption within external packages

I'm profiling my R code time and memory consumption using lineprof. This gives good results for explicit commands I write, however when i use external packages it doesn't give the required information. For example, i try running the following (using…
user3370773
  • 435
  • 6
  • 11
1 2 3 4
5