Prof Brian Ripley wrote:
> You mean the package nls2 at
>
> http://w3.jouy.inra.fr/unites/miaj/public/AB/nls2/install.html
>
> and not the unfortunately named nls2 that has just appeared on CRAN?
>
> The first is not really a 'package' in the R sense.
>
Actually, it is one (sort of), but it is broken. The instructions say
that you can use R CMD INSTALL to install in R < 2.0.0 (!) With a
current R, you can try but it dies:

No man pages found in package 'nls2'
** building package indices ...
Warning in file(file, "r", encoding = encoding) :
  cannot open file '../R/init.R', reason 'No such file or directory'
Error in file(file, "r", encoding = encoding) : unable to open connection
Calls: <Anonymous> ... switch -> sys.source -> eval -> eval -> source ->
file
Execution halted
ERROR: installing package indices failed
** Removing '/home/bs/pd/Rlibrary/nls2'

...and there were some odd goings-on at the start as well.

-- 
   O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark          Ph:  (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])                  FAX: (+45) 35327907

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to