[R] Namespace problem

2007-08-08 Thread Dimitri Mahieux
Hi All, I have some questions about making a R-package. I would like to use a namespace. The package contains analysis functions and also a graphical user interface. I would like to allow user to use only the analysis function and not the GUI functions which are mainly bindings to graphical

Re: [R] Integer Optimization

2007-03-22 Thread Dimitri Mahieux
Hi, I have tried to use lpSolve but I don't see how to ensure that the solution is in integer range. I use the solveLP function and there is none parameter that force the function to solve the problem with integer values. Is there any other function to use ? [EMAIL PROTECTED] wrote: