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