Package: projmgr Title: Task Tracking and Project Management with GitHub Version: 0.1.2 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, https://emilyriederer.github.io/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 RoxygenNote: 7.1.2 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: git libssl-dev Repository: https://emilyriederer.r-universe.dev Date/Publication: 2025-11-29 21:47:45 UTC RemoteUrl: https://github.com/emilyriederer/projmgr RemoteRef: HEAD RemoteSha: 049fa34f2546ee452ef4006188d6eb8c464c6151 NeedsCompilation: no Packaged: 2026-07-04 13:11:36 UTC; root Author: Emily Riederer [cre, aut] Maintainer: Emily Riederer