Plot commits over time
Examples
if (FALSE) { # \dontrun{
## Initialize repository
path <- tempfile(pattern="git2r-")
dir.create(path)
repo <- clone("https://github.com/ropensci/git2r.git", path)
## Plot commits
plot(repo)
} # }