nls2

nls2:
Known bugs




April, 11, 2003 :
In Linux R version, the invocation of the function nls2 may abort with "core dumped".
If so, try:
R --[no-]save  <R-commands-filename>
or generate the programme which calculates the model by the command:
analDer model-filename > model-filename.c
and load this programme in the R session by:
nomlib <- loadnls2("model-filename.c")
See
loadnls2.

The problem occurs in the programme analSynt, in src/analder, in some cases only.
Among our examples, the example vaso in the only case.