Dear All, I installed R with the commands sudo apt-get update sudo apt-get install r-base sudo apt-get install r-base-dev But when I try install.packages() to install the package rimage it does not work. Please let me know what should I do? Ys, Getulio
Getuilo, We need some more information in order to be helpful. Which version of Ubuntu? i386 or amd64? What mirror are you using in your sources.list? I had no problem installing R 2.9.0 on a fresh jaunty install, so a little more information is needed. Michael Getulio Amaral wrote:> Dear All, > > I installed R with the commands > > sudo apt-get update > sudo apt-get install r-base > sudo apt-get install r-base-dev > > But when I try install.packages() to install the package rimage it does > not work. Please let me know what should I do? > > > Ys, > Getulio > > _______________________________________________ > R-SIG-Debian mailing list > R-SIG-Debian at r-project.org > https://stat.ethz.ch/mailman/listinfo/r-sig-debian-- Dr. Michael A. Rutter School of Science Penn State Erie, The Behrend College Station Road Erie, PA 16563 http://math.bd.psu.edu/faculty/rutter
On 28 April 2009 at 11:44, Getulio Amaral wrote: | I installed R with the commands | | sudo apt-get update | sudo apt-get install r-base | sudo apt-get install r-base-dev | | But when I try install.packages() to install the package rimage it does | not work. Please let me know what should I do? You are asked to supply minimal, reproducible, self-contained bug reports. But you didn't. All you did say "does not work". As we cannot look into your computer from afar, it is difficult for us to help you. As a guess, I suppose that you failed to install development headers for rimage. Did you read the documentation / README of that package? Dirk -- Three out of two people have difficulties with fractions.