[R] car package dependencies

2003-06-12 Thread Martin Wegmann
Hello, I tried to install the car package but I can't solve the dependencies. car needs grid, lattice and dr but when I try to install grid I get this error prompt: wz3x64:/home/oggi/R/software/contrib # rpm -i R-car-1.0.R3-1.i386.rpm error: failed dependencies: R-grid is needed by

Re: [R] car package dependencies

2003-06-12 Thread Philippe Glaziou
Martin Wegmann [EMAIL PROTECTED] wrote: I tried to install the car package but I can't solve the dependencies. car needs grid, lattice and dr but when I try to install grid I get this error prompt: wz3x64:/home/oggi/R/software/contrib # rpm -i R-car-1.0.R3-1.i386.rpm error: failed

Re: [R] car package dependencies

2003-06-12 Thread Martin Wegmann
Hello, Which system are we talking about?? Linux, obviously, but which distribution packages things up like that? I am using Suse 8.1, R 1.7.0 (-grid lattice included) I would suspect that you have some sort of version skew and that your car/grid/lattice RPMs relate to an older version

Re: [R] car package dependencies

2003-06-12 Thread Torsten Hothorn
Martin Wegmann [EMAIL PROTECTED] wrote: I tried to install the car package but I can't solve the dependencies. car needs grid, lattice and dr but when I try to install grid I get this error prompt: wz3x64:/home/oggi/R/software/contrib # rpm -i R-car-1.0.R3-1.i386.rpm error: failed

Re: [R] car package dependencies

2003-06-12 Thread Daniele Medri
Alle 13:08, giovedì 12 giugno 2003, Torsten Hothorn ha scritto: that does not need to work. `install.packages' in a pre-compiled distribution of R (for Unix) cannot safely assume that compilers / translators / linkers / shared libraries needed for building a package are available (at runtime)

Re: [R] car package dependencies

2003-06-12 Thread Peter Dalgaard BSA
Martin Wegmann [EMAIL PROTECTED] writes: Hello, Which system are we talking about?? Linux, obviously, but which distribution packages things up like that? I am using Suse 8.1, R 1.7.0 (-grid lattice included) I would suspect that you have some sort of version skew and that

Re: [R] car package dependencies - solved - thanks

2003-06-12 Thread Prof Brian Ripley
On Thu, 12 Jun 2003, Martin Wegmann wrote: Thanks, rpm -i --nodeps R-car-. worked. only as info, Install.packages(car) didn't work - no packages called car were install.packages(car)! found - do I have to typ the name in differently? but anyway box.cox in car is working