It fixed the warning. Thanks! After hours of trying, I could install rstan package and start doing analyses finally;)<div><br></div><div>Best,</div><div><br></div><div>Sedat<br><br><div class="gmail_quote">On Fri, Mar 8, 2013 at 7:21 AM, Dirk Eddelbuettel <span dir="ltr"><<a href="mailto:edd@debian.org" target="_blank">edd@debian.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On 8 March 2013 at 02:18, Sedat Sen wrote:<br>
| Sorry it was not en error but warning! I could get the same results as in that<br>
| website. <br>
|<br>
| > # do something with Rcpp to quickly check that it works<br>
| > body <- '<br>
| + NumericVector xx(x);<br>
| + return wrap( std::accumulate( xx.begin(), xx.end(), 0.0));'<br>
| > <br>
| > add <- cxxfunction(signature(x = "numeric"), body, plugin = "Rcpp")<br>
| cygwin warning:<br>
|   MS-DOS style path detected: C:/R/etc/x64/Makeconf<br>
|   Preferred POSIX equivalent is: /cygdrive/c/R/etc/x64/Makeconf<br>
|   CYGWIN environment variable option "nodosfilewarning" turns off this warning.<br>
</div>    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>
<div class="im">|   Consult the user's guide for more details about POSIX paths:<br>
|     <a href="http://cygwin.com/cygwin-ug-net/using.html#using-pathnames" target="_blank">http://cygwin.com/cygwin-ug-net/using.html#using-pathnames</a><br>
| > <br>
| > x <- 1<br>
| > y <- 2<br>
| > res <- add(c(x, y))<br>
| > res<br>
| [1] 3<br>
|<br>
|<br>
| Do you think this warning is a problem and should be fixed/can be fixed?<br>
<br>
</div>Yes. Read the text I underlined and set the environment variable it asks for.<br>
<span class="HOEnZb"><font color="#888888"><br>
Dirk<br>
<br>
--<br>
Dirk Eddelbuettel | <a href="mailto:edd@debian.org">edd@debian.org</a> | <a href="http://dirk.eddelbuettel.com" target="_blank">http://dirk.eddelbuettel.com</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><i><span style="font-family:georgia,serif">SS</span><span style="font-family:georgia,serif"><br></span><span style="font-family:georgia,serif"></span></i>
</div>