Hi all,<br>  I hope this is the correct mailing list for this question.  I have successfully installed R-2.12.1, and the latest version of the Rcpp and RInside packages on a linux operating system by using the commands:<br>
<br>install.packages(&quot;Rcpp&quot;, repos=&quot;<a href="http://R-Forge.R-project.org">http://R-Forge.R-project.org</a>&quot;)<br>install.packages(&quot;RInside&quot;, repos=&quot;<a href="http://R-Forge.R-project.org">http://R-Forge.R-project.org</a>&quot;)<br>
<br>I then added the bin and lib paths to my environmental variable.<br><br>To test the install, I compiled the examples in RInside/inst/examples/standard successfully.  When I tried to run the simple hello world application, rinside_sample0.cpp program, I got the following error:<br>
<br>examples/standard&gt; ./rinside_sample0 <br>terminate called after throwing an instance of &#39;Rcpp::index_out_of_bounds&#39;<br>  what():  index out of bounds<br>Abort<br><br>examples/standard&gt; <br><br>Am I running the example executable correctly?  I do not understand why the error occurs.<br>
Thanks!<br>