Visualize git commits
Path of the git repo. The value can be a single repo or a vector of repos.
Whether to show the legend.
Start date. By default it is the first date of the commit. The value can be a string such as "2022-01-01" or a base::Date
object.
End date. By default it is the current date. The value can be a string such as "2022-01-01" or a base::Date
object.
Range of the point sizes. The default is between 1 and the 90 percentile of daily commits.
Range of the numbers of commits.
Type of the plot.
If type is the heatmap, it controls the list of colors.
# \dontrun{
spiral_git_commits("~/project/development/ComplexHeatmap")
spiral_git_commits("~/project/development/ComplexHeatmap", type = "heatmap")
# }