---------- Forwarded Message ---------- Subject: [R] Autoloading R Commander Date: Saturday November 19, 2005 10:35 am From: "Stephen P. Molnar, Ph.D." <s.molnar at sbcglobal.net> To: R <r-help at stat.math.ethz.ch> How do I go about autoloading R Commander when I start R? Thanks in advance. -- Stephen P. Molnar, Ph.D. Life is a fuzzy set Foundation for Chemistry Stochastic and multivariant http://www.geocities.com/FoundationForChemistry ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ------------------------------------------------------- My thanks to all that answered. The solution, thanks to John Fox is to add: local({ old <- getOption("defaultPackages") options(defaultPackages = c(old, "Rcmdr")) }) to /usr/local/lib/R/etc/Rprofile.site -- Stephen P. Molnar, Ph.D. Life is a fuzzy set Foundation for Chemistry Stochastic and multivariant http://www.geocities.com/FoundationForChemistry
Hi R users: I know that the --internet2 options enable me in Windows to download packages in R, but now, in my university the put a usename and password configuration for the proxy. How can I configure R to take the proxy password and username. I linux I solve the problem when I configre the export http_proxy="username:pass at server:port" But I don??t know how to make it in windows. Kenneth
On Wed, 23 Nov 2005, Kenneth Roy Cabrera Torres wrote:> Hi R users: > > I know that the --internet2 options enable me in Windows to download > packages in R, > but now, in my university the put a usename and password configuration > for the proxy. > > How can I configure R to take the proxy password and username. > > I linux I solve the problem when I configre the > export http_proxy="username:pass at server:port" > > But I don?t know how to make it in windows.The same way (without --internet2). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595