Skip to content

mvtnorm package installation failure

1 message · jonathan_li@agilent.com

#
Hi Dirk,

It was actually Debian "testing" that has R 1.4.0. Debian "stable" has R 0.9 or something really old
like that. 

Anyways, I did what A.J. Rossini suggested:
# apt-get install libreadline4-dev
Then I installed R-1.5.1 from Debian "unstable". The installation of "mvtnorm" has no trouble after this.

I think that you are probably right: the "unstable" version of R 1.5.1 on Debian is built without readline
support for some reasons. Or it has something to do with broken Debian dependency? 

Best Regards,
Jonathan

-----Original Message-----
From: Dirk Eddelbuettel [mailto:edd at debian.org]
Sent: Tuesday, July 09, 2002 10:58 AM
To: jonathan_li at agilent.com; Torsten.Hothorn at rzmail.uni-erlangen.de;
r-help at stat.math.ethz.ch
Subject: Re: [R] RE: mvtnorm package installation failure



Jonathan,
Debian's own "stable" R is way older; this must have been a user-contributed one. And I suspect
that it was build without readline support (see below).
[...]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is a pretty clear message:  you need to install the matching -dev package 
for readline so that you can /compile and link/ against readline, currently you can 
only run pre-built programs using readline.
Dirk