Skip to content

for RepoStatistics.R, change plot title to the name of the working directory? #55

@WilDoane

Description

@WilDoane

When many repo_statistics.pdf files are generated, it's difficult to tell which plot (i.e., for which student/user/directory) you're looking at... changing the plot title to the name of the working directory is one possible way to address that.

p <- p + ggtitle("Commit Activity over Time")

becomes

p <- p + ggtitle(paste("Commit Activity over Time:", working.directory))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions