-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
42 lines (42 loc) · 1.19 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: projmgr
Title: Task Tracking and Project Management with GitHub
Version: 0.1.1
Authors@R:
person(given = "Emily",
family = "Riederer",
role = c("cre", "aut"),
email = "[email protected]")
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)