Package: projmgr
Title: Task Tracking and Project Management with GitHub
Version: 0.1.0
Authors@R: 
    person(given = "Emily",
           family = "Riederer",
           role = c("cre", "aut"),
           email = "emilyriederer@gmail.com")
Description: Provides programmatic access to 'GitHub' API with a
    focus on project management.  Key functionality includes
    setting up issues and milestones from R objects or 'YAML' configurations,
    querying outstanding or completed tasks, and generating progress updates
    in tables, charts, and RMarkdown reports. Useful for those using 'GitHub' in personal,
    professional, or academic settings with an emphasis on streamlining
    the workflow of data analysis projects.
License: MIT + file LICENSE
URL: https://github.com/emilyriederer/projmgr
BugReports: https://github.com/emilyriederer/projmgr/issues
Depends: R (>= 3.1.2)
Imports: gh, magrittr
Suggests: clipr, curl, dplyr, ggplot2, knitr, purrr, reprex, rmarkdown,
        testthat, tidyr, yaml, htmltools, httr, covr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-20 19:12:56 UTC; emily
Author: Emily Riederer [cre, aut]
Maintainer: Emily Riederer <emilyriederer@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-05 15:40:06 UTC
