guitar
About guitar
|
GIT repository accessThe GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/guitar.git guitar
see also guitar GitHub repository.
To install the latest development snapshot of this package, use install.packages("guitar",,"http://rforge.net/",type="source") Binaries (if avalable) can be installed using install.packages("guitar",,"http://rforge.net/")
Most recent GIT commitsb6ae866f| Simon Urbanek | Fri Feb 22 21:58:28 2013 -0500 minor fixes so R CMD check doesn't die M DESCRIPTION M R/guitar.R 507d4bf3| Carlos Scheidegger | Wed Feb 20 10:44:07 2013 -0600 entry_by_path M src/tree.cpp M src/tree.h 89f396e0| Carlos Scheidegger | Wed Feb 20 10:15:18 2013 -0600 expose Commit::tree() and Commit::tree_id() M inst/tests/test-basic.R M src/commit.cpp M src/commit.h 59c856f2| Carlos Scheidegger | Mon Feb 18 12:37:05 2013 -0600 overwrite=TRUE on file.copy M R/guitar.R 4e53b5fd| Carlos Scheidegger | Sun Feb 17 23:19:27 2013 -0500 unlink file on remove_file_from_head M R/guitar.R |