Re: [Rd] experinental revision of the 'snow' package

2008-07-07 Thread Markus Schmidberger
Hello Luke, I did several test with our affyPara Testcode. Everything was working very well. I think you improved error-handling? It would be great to have a kind of change log in the package. To know the latest changes. Our system: Linux, Suse, max. 120 nodes, LAM/MPI: 7.1.3 R version 2.7.1

Re: [Rd] Editing the "..." argument

2008-07-07 Thread SIES 73
The 'modifyList' function on package Utils allows to do that in a very compact way: do.call("optim", modifyList(list(), list(...))) Regards, Enrique Mathieu Ribatet wrote: > Dear all, > > I'd like tweaking the ... arguments that one user can pass in my > function for fitting a model. More pr