Re: [Rd] GPL and R Community Policies (Rcpp)

2010-12-02 Thread Shane Conway
Your original question is predicated on the notion that people are "disseminating misleading information about" you, with this phrase: "a small portion of the code is based on code written during 2005 and 2006 by Dominick Samperi". While it may be difficult to qualify contributions to a joint proj

Re: [Rd] Scripting SVG with R

2010-10-21 Thread Shane Conway
This is slightly tangential, but I would just add some notes related to things that I had worked on (in various stages of completion). This relates more to parsing SVG and Javascript from within R, rather than R from within Javascript: 1) I wrapped most of the Protovis primitives in an R package c

Re: [Rd] unit testing for R packages?

2009-10-06 Thread Shane Conway
On a related note: I recently started to set up CruiseControl ( http://cruisecontrol.sourceforge.net/) to do continuous integration with my R packages (along with my RUnit test cases). Has anyone had any luck with this before? I use it for other software and it provides a very nice interface... O

Re: [Rd] unit testing for R packages?

2009-10-06 Thread Shane Conway
If you haven't done so already, you might want to read the RUnit Vignette: http://cran.r-project.org/web/packages/RUnit/vignettes/RUnit.pdf. On a somewhat related note: is anyone doing "continuous integration" with their R packages? I'm thinking about trying to use something like CruiseControl (wh