On 1/13/06, Ales Ziberna <[EMAIL PROTECTED]> wrote: > First thank you for you reply! > > > > First let me assure you that I did not think or intent to just use their > code and use GPL as an excuse. > > > > Although I would like to just make my package dependant on theirs and use > their functions that is not possible. The main reason is that I do not want > to use the whole functions, but just parts of it. For example, I only need > one statistics, while their function computes several. Since I call my > function several thousand times, I want to make it as fast as possible.
You might want to time the difference just in case. Predicting performance is notoriously difficult to do. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
