Re: [Rd] control list gotcha

2011-09-10 Thread Gabor Grothendieck
On Sat, Sep 10, 2011 at 12:31 PM, John C Nash wrote: > This is mainly a reminder to others developing R packages to be careful not > to supply > control list items that are not used by the called package. Optimx is a > wrapper package > that aims to provide a common syntax to a number of existin

[Rd] control list gotcha

2011-09-10 Thread John C Nash
This is mainly a reminder to others developing R packages to be careful not to supply control list items that are not used by the called package. Optimx is a wrapper package that aims to provide a common syntax to a number of existing optimization packages. Recently in extending optimx package I