[Rd] mle (PR#560)

Prof Brian D Ripley ripley@stats.ox.ac.uk
Sun, 4 Jun 2000 17:38:42 +0100 (BST)


On Sun, 4 Jun 2000 pi.broberg@telia.com wrote:

> Full_Name: Per Broberg
> Version: 1.00
> OS: Windows 98
> Submission from: (NULL) (62.20.231.229)
> 
> 
> I tested my installation with the following:
> 
> > library(lme)

Where did you get that from?  lme has been obselete for a long time.

> Loading required package: nls 
> Error in dyn.load(x, as.logical(local), as.logical(now)) : 
>         unable to load shared library
> "C:\PROGRAM\R\RW1000/library/nls/libs/nls.dll":
>   LoadLibrary failure
> > data(Orthodont)
> > fm1 <- lme(distance ~ age, data = Orthodont) # random is ~ age
> Error in .C("inner_perc_table", as.double(X), as.integer(unlist(grps)),  : 
>         C/Fortran function name not in load table
> > fm2 <- lme(distance ~ age + Sex, data = Orthodont, random = ~ 1)
> Error in .C("inner_perc_table", as.double(X), as.integer(unlist(grps)),  : 
>         C/Fortran function name not in load table
> 
> What is wrong? Could it be the path
> "C:\PROGRAM\R\RW1000/library/nls/libs/nls.dll"?

What I suspect has happened is that you have also installed an old
version of nls on top of the system's copy, and that does not work.
The message probably means that there are unsatisfied entry points, as
there will be with pre-2000 versions.  (No current package version
is older than 2000/1/29.)

My suggestion is that you wipe out your rw1000 installation and install a
fresh copy of rw1001 from CRAN, together with nlme.zip.  And throw away
anything else you have that is from before 2000/1/29.


-- 
Brian D. Ripley,                  ripley@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._