Skip to content
Prev 17516 / 63421 Next

Install packages to non-default lib on Windows

Seth Falcon wrote:
There are two ways:  R CMD INSTALL --build, and R CMD build --binary. 
The latter doesn't do an install, so the links in help pages don't get 
generated properly, but it may do a good enough job for what you need.

Duncan Murdoch