Skip to content
Prev 514 / 696 Next

[R-sig-dyn-mod] running C code with multiple - plain text

Hi Andras,

nice puzzle ;-)

The "error" in the code has nothing to do with the error message. In
the argument "outname" you just forgot putting c() around your list of
names. Omitting this, every name was interpreted as another argument in
the chain of possible arguments to lsoda().

Best regards,
Daniel
On Sun, 2017-03-12 at 18:51 +0000, Andras Farkas wrote: