[R] Quadratic Active set technique

2013-02-11 Thread Pulkit Mehrotra
project. I couldn't find one though it has been developed in SAS. I would like to develop a package in case one is missing but i wanted to be sure in case i start reinventing the wheel !. Are there any other good sources where I should consult before starting it ? best regards, Pulkit Meh

Re: [R] How to debug the C programs associated with R-packages?

2013-02-10 Thread Pulkit Mehrotra
Dear sir, Thank you for your reply and suggestions. Gdb is exactly the thing I was looking for. Will certainly report the bug on R-devel if found so. regards, Pulkit On Fri, Feb 8, 2013 at 9:52 AM, Martin Morgan wrote: > On 02/08/2013 05:13 AM, Pulkit Mehrotra wrote: > >> hello,

[R] How to debug the C programs associated with R-packages?

2013-02-08 Thread Pulkit Mehrotra
reign package and found a bug in reading dta files containing empty strings "" in the data. I was able to find where the error originated in the R file but was unable to do so for the C files. Any help would be deeply appreciated. Thank you for your time and consideration. with regards,