<span class="q">
<p>Hi,<br>I'm installing my packages on Ubuntu Dapper. I've read I have to do the sequence of commands inside R environment to install all the required packages:<br></p></span><span class="q"><p>1 - install.packages(c(&quot;sp&quot;,&quot;rgdal&quot;,&quot;maptools&quot;), dependencies=TRUE)
</p></span>

<p>rS &lt;-&quot;<a href="http://r-spatial.sourceforge.net/R" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://r-spatial.sourceforge.net/R</a>&quot;</p><span class="q">
</span><span class="q"><p>2 - install.packages(c(&quot;<span id="st" name="st" class="st">spgrass6</span>&quot;,&quot;spGDAL&quot;,&quot;spmaptools&quot;,&quot;spproj&quot;), repos=rS, dependencies=TRUE)</p></span><div style="margin-left: 40px;">
<span class="q"><p>At this stage R raises an error telling me that it can't find the packages on the repository... I went to the repository and, as expected, the packages weren't there. Why? Are the still required or something is changed and they've been erased from the repository? I found old versions on this site: 
<a href="http://sourceforge.net/project/showfiles.php?group_id=84357">http://sourceforge.net/project/showfiles.php?group_id=84357</a>...</p></span></div><span class="q"><p><br>3 - install.packages(c(&quot;gstat&quot;), dependencies=TRUE)
</p><p>Is it the right and required sequence at &quot;state of art&quot;?<br>Thanks in advance,</p><p>Giovanni<br></p></span>