Skip to content

NLME 3 (R version) again!

1 message · Brian Ripley

#
(Jose' Pinheiro is not the primary maintainer of nlme for R: should
the DESCRIPTION file be clarified to send comment to Doug Bates?)
package
packages installed (apart from those provided with R) so nlme is the first.
plotcommand fails because the assigns use where instead of envir.  So I changed 
these and still recieved and error telling me that envir was being misused. From 
what I could see the envir were being used in default mode so I simply removed 
them.  Now when I run the code I get the following;
example(plot.gls) does no plotting, which is a fair indication that this
is not supposed to work.
Did you mean plot.Variogram?
dist is in library(mva), and again the code is omitted in 
example(plot.Variogram),
calls to bwplot and xyplot (all of which are S-plus) that not all this code has 
been converted.  I am new to R and thus am I being niave to expect all the code 
(particularly the plotting routines) to work with R?

Yes. I thought it said so in the package, but can't see it at a quick glance.
Should nlme have a STATUS or PORTING file as some other R packages do?