Re: [R] how to include --configure-args= in R CMD INSTALL

2012-10-15 Thread Prof Brian Ripley
--configure-args are for Unix: you are on Windows. On 15/10/2012 11:47, sagarnikam123 wrote: I am installing RMySQL_0.9-3.tar.gz pkg on windows-7 64 bit machine as:--- C:\Users\trendwise> R CMD INSTALL --configure-args='--with-mysql-inc="C:\\Program Files\\MySQL\\MySQL Server 5.5\\include"' "C

[R] how to include --configure-args= in R CMD INSTALL

2012-10-15 Thread sagarnikam123
I am installing RMySQL_0.9-3.tar.gz pkg on windows-7 64 bit machine as:--- C:\Users\trendwise> R CMD INSTALL --configure-args='--with-mysql-inc="C:\\Program Files\\MySQL\\MySQL Server 5.5\\include"' "C:\\Users\\trendwise\\Downloads\\RMySQL_0.9-3.tar.gz" * installing to library 'C:/Users/trendwis