Skip to content
Prev 4701 / 63424 Next

Changes in R 1.2.0 devel?

After installing nlme_3.1-7.tar.gz  under the latest R (1.2.0, via
anonymous CVS), I'm unable to get it to work, i.e.:

rossini 94 > /usr/local/bin/R

R : Copyright 2000, The R Development Core Team
Version 1.2.0 Under development (unstable) (2000-12-06)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type `license()' or `licence()' for distribution details.

R is a collaborative project with many contributors.
Type `contributors()' for more information.

Type `demo()' for some demos, `help()' for on-line help, or
`help.start()' for a HTML browser interface to help.
Type `q()' to quit R.
Loading required package: nls 
Error in dyn.load(x, as.logical(local), as.logical(now)) : 
        unable to load shared library "/usr/local/lib/R/library/nlme/libs/nlme.so":
  undefined symbol: dqrdca_
Error in library(nlme) : .First.lib failed
Thoughts?  Changes I should look for?  Or is it just broken?  I don't
see this on my local copy of R 1.1.1 (and I "reinstalled" nlme on both
copies to verify corruption of my local copy of the archive), but...

rossini 95 > /usr/bin/R

R : Copyright 2000, The R Development Core Team
Version 1.1.1  (August 15, 2000)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type    "?license" or "?licence" for distribution details.

R is a collaborative project with many contributors.
Type    "?contributors" for a list.

Type    "demo()" for some demos, "help()" for on-line help, or
        "help.start()" for a HTML browser interface to help.
Type    "q()" to quit R.
Loading required package: nls
best,
-tony