On 7/6/2007 8:04 AM, Will wrote: > Hi, > > I'd like to configure my .Rprofile so that additional packages are > installed and loaded from my personal package repository (let's say > d:/R/MyPackages/). I am working with R 2.4.1 under Windows XP. > How do I do this? See the repos option in ?options, or ?setRepositories. Duncan Murdoch