Package: ghqc Title: Manage QC through GitHub Issues Version: 1.0.1 Authors@R: c( person("Wes", "Cummings", email = "wes@a2-ai.com", role = c("aut", "cre")), person("Jenna", "Johnson", email = "jenna@a2-ai.com", role = c("ctb")), person("Anne", "Zheng", email = "anne@a2-ai.com", role = c("ctb")), person("Janelle", "Lennie", email = "janelle.l.lennie@gsk.com", role = c("ctb")), person("Devin", "Pastoor", email = "devin@a2-ai.com", role = c("ctb")), person("Andrew", "Acker", email = "andrew@a2-ai.com", role = c("ctb"))) Description: The ghqc R package is a lightweight wrapper that installs and runs the ghqctoolkit CLI binary, which provides a web UI for managing QC through GitHub Issues and Milestones. URL: https://github.com/a2-ai/ghqc, https://github.com/a2-ai/ghqctoolkit, https://a2-ai.github.io/ghqc-docs License: GPL (>= 3) + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: here, glue, cli, jsonlite, processx, rlang, rstudioapi, fs Depends: R (>= 4.1) Config/pak/sysreqs: cmake make libuv1-dev Repository: https://a2-ai.r-universe.dev Date/Publication: 2026-05-08 14:50:49 UTC RemoteUrl: https://github.com/a2-ai/ghqc RemoteRef: HEAD RemoteSha: 062a345029e7b5885062a5db0c74a4cb5d4de977 NeedsCompilation: no Packaged: 2026-07-07 06:20:44 UTC; root Author: Wes Cummings [aut, cre], Jenna Johnson [ctb], Anne Zheng [ctb], Janelle Lennie [ctb], Devin Pastoor [ctb], Andrew Acker [ctb] Maintainer: Wes Cummings