Archive for August 2010

Tools for Hacking R: Git + Subversion

In an earlier post, I discussed how to use Subversion to download, edit, and generate a patch against R's source code. Since most of us can't commit our code changes back to R's repository, we can consider alternatives to store and maintain our patch, until it is eventually incorporated into R. Of course, our changes [...]