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
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
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
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