[Rd] Moving to a new bug reporting system?
Hi all This may be an issue that has been discussed at length before, so apologies if I have missed that discussion, but is there any desire to switch from Jitterbug to something more capable and modern? Say JIRA, for instance? Rory Rory Winston RBS Global Banking & Markets Office: +44 20 7085 4476 *** The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. Authorised and regulated by the Financial Services Authority This e-mail message is confidential and for use by the=2...{{dropped:22}} __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Re: [Rd] Possible GPL Violation (Ian Fellows)
The law books were more interesting than the girlfriend... Ouch!!! But this does raise one of the issues I have with the GPL and the GPL family of licenses - the constant confusion around what is and what is not permissible. It's a gray area (possibly deliberately so), and most coversations end up with numerous opinions being offered, all prefixed with "IANAL, but..". It's that and the perception that the GPL ismore about ideology than software that lead me to prefer BSD-type licenses for pretty much everything. IANAL, IMHO, etc etc. Rory Rory Winston RBS Global Banking & Markets Office: +44 20 7085 4476 *** The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. Authorised and regulated by the Financial Services Authority This e-mail message is confidential and for use by the=2...{{dropped:22}} __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Re: [Rd] handling a matrix and .C
> Last I looked at the source code of e1071 and of the core itself and > recognized (I hope I understood this), that you (and the "e1071" people) use > "as.double()" and give ".C" an array and one have to "parse" the matrix again > in the C function. I think this is the simplest way to handle matrices at this level - after all a matrix is really an homogenous array of data with indexing information ? I have an example of handling matrices (using .Call) in an old post: http://www.theresearchkitchen.com/blog/archives/113 Cheesr Rory *** The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. Authorised and regulated by the Financial Services Authority This e-mail message is confidential and for use by the=2...{{dropped:22}} __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel