<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("sp","rgdal","maptools"), dependencies=TRUE)
</p></span>
<p>rS <-"<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>"</p><span class="q">
</span><span class="q"><p>2 - install.packages(c("<span id="st" name="st" class="st">spgrass6</span>","spGDAL","spmaptools","spproj"), 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("gstat"), dependencies=TRUE)
</p><p>Is it the right and required sequence at "state of art"?<br>Thanks in advance,</p><p>Giovanni<br></p></span>