Where does R store packages?

Posted by Milktrader on Stack Overflow See other posts from Stack Overflow or by Milktrader
Published on 2010-04-10T21:46:20Z Indexed on 2010/04/10 21:53 UTC
Read the original article Hit count: 312

Filed under:
|

The install.packages() function in R is the automatic unzipping utility that gets and install packages in R.

  1. How do I find out what directory R has chosen to store packages?

  2. How can I change the directory in which R stores and accesses packages?

© Stack Overflow or respective owner

Related posts about r

    Related posts about packages