Hi, On Fri, Feb 11, 2011 at 3:21 PM, Jaeik Cho <choja...@gmail.com> wrote: > Dear R users, > > > I'm looking for solution about how can I add a package to default load > package list. > > Because, some packages, every time I use the package for analysis. I don't > want type "load(package)" every time. > > On the R instruction, I should change .Rprofile file, but I couldn't find R > for Mac. > > How can I add default load package?
The file to add your `library(whatever)` line to is ~/.Rprofile "~" is shorthand for your home directory, which is "/Users/YOUR_SHORT_LOGIN_NAME" on OS X. -- Steve Lianoglou Graduate Student: Computational Systems Biology | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.