On Thu, 2008-02-07 at 08:18 -0800, Thomas Pujol wrote: > Does anyone use "revision control software" to manage their R-code? > Any suggestions? > > Ideally, I'm looking for a, effective yet easy to implement/maintain package. > > http://en.wikipedia.org/wiki/Revision_control > http://en.wikipedia.org/wiki/Comparison_of_revision_control_software
I use Subversion and the excellent collaborative R-forge site: http://r-forge.r-project.org The R project itself uses Subversion, but it is just at home with smaller applications like a simple R package. And using R-forge, you don't need to set all the infrastructure up yourself, you just need a subversion client on your machine to check out/in files/changes etc. You get extra goodies from R-forge like nightly builds of your packages etc which is also very handy. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Dr. Gavin Simpson [t] +44 (0)20 7679 0522 ECRC, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/ UK. WC1E 6BT. [w] http://www.freshwaters.org.uk %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.