Skip to content
Prev 30312 / 398503 Next

problem with mvtnorm installation

You are using a precompiled binary of R and expect it to know about your
local system configuration when compiling packages sources. In this
special case, readline was installed at compile time but is not at
runtime. Install the readline shared libraries and
header files (something like 'libreadline4-dev') and this problem should
be gone. Alternatively, install R from its sources which is always a good
idea ... This issue was discussed on r-help several times, wasn't it,
Dirk? ;-)

best,

Torsten