Skip to content

Installing add on packages

1 message · Peter Dalgaard

#
Douglas Bates <bates at stat.wisc.edu> writes:
Or, from inside R, directly from CRAN:

  install.packages('tree', '~/.Rlibs')

Omitting the 2nd argument causes the routine to issue a warning and
try to install in the system package location, which is often what you
want, provided you have the required write access.