[R] Installed directory of a package

2010-05-28 Thread Ron Burns
Hi all- Is there an R function that returns the directory in which a package has been installed? Thanks Ron -- R. R. Burns Physicist (Retired) Oceanside, CA __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Installed directory of a package

2010-05-28 Thread David Scott
Ron Burns wrote: Hi all- Is there an R function that returns the directory in which a package has been installed? Thanks Ron ?system.file For example: system.file(package=DistributionUtils) [1] C:/Users/dsco036/R/win-library/2.10/DistributionUtils David Scott --