Re: [Rd] R CMD build on Vista

2008-10-20 Thread Gabor Grothendieck
Check what drives you have available on your system and what file system each uses. Click on Start button and type in System Information and then choose Components / Storage / Drives in the left side panel. That will report all your drives and their file system and other information. Try running

Re: [Rd] R CMD build on Vista

2008-10-19 Thread Prof Brian Ripley
On Sun, 19 Oct 2008, Ollivier TARAMASCO wrote: Hello, I have R 2.7.2 and RTools 2.8 on a vista pro computer. On my computer R CMD build changes the file names : all capital letters are transformed into lowercase letters (for instance the DESCRIPTION file is changed in 'description'). What can

[Rd] R CMD build on Vista

2008-10-19 Thread Ollivier TARAMASCO
Hello, I have R 2.7.2 and RTools 2.8 on a vista pro computer. On my computer R CMD build changes the file names : all capital letters are transformed into lowercase letters (for instance the DESCRIPTION file is changed in 'description'). What can I do to correct this problem? Tank you,