Skip to content
Prev 279937 / 398506 Next

installing binary packages across windows cluster

On 10/12/2011 03:54, Benjamin Tyner wrote:
As the rw-FAQ points out, installing to .Library is not a very good idea.

Installing a binary package on Windows just downloads and unpacks the 
files, so you would be effectively be doing that on each machine. 
However, since this is Windows, there are many ways in which 'copying' 
could screw things up (permissions, for example).  I would be tempted to 
download the .zip file and unpack it on each machine.

OTOH, what my department does is a better idea: that is to install 
packages onto a network-mounted file system accessible to every Windows 
machine in the department.  That way we know that users get the same R 
environment everywhere.