Skip to content
Prev 199297 / 398503 Next

Windows build from source.

rkevinburton at charter.net wrote:
I've just started testing on a Windows 7 system, and have discovered 
that the Rtools installer installs some of the R "extras" with the owner 
set to Administrators.  This includes some of the directories it 
creates, so you aren't allowed to change them unless you run as 
administrator.  A workaround is to change the ownership of all of these 
things to your own username.  (If you have Cygwin, this can be done 
using "chown -R yourusername *".  If not, there are instructions on the 
web for doing it from the file properties dialog in Windows.)  I'm 
looking into ways of doing this from the Rtools installer.

Duncan Murdoch