Deepankar,

On 19 April 2007 at 21:32, DEEPANKAR BASU wrote:
| Thanks Dirk, that worked.
| 
| $ sudo apt-get install r-base-dev r-cran-tseries

Glad to be of help, and thanks for reporting back. Now that you have
r-base-dev and what it pulled it, your next attempts at installing from CRAN
(under sudo) should work.  

Also,  'apt-cache search r-cran-' is one way to see the already-prepared
packages you wouldn't need to rebuild.

Lastly, be a little careful mixing 'update.packages()' from inside R with
dpkg and sudo --- the R package system doesn't really know about Debian and
packages it didn't install itself, so some care may avoid surprises. I am not
aware of anything really bad happening, but just be aware that you are mixing
two packaging systems.

Happy R'ing on Ubuntu,  Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
                                                  -- Thomas A. Edison

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to