-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.15 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
Package: ghqc
Title: Manage QC via GitHub Issues using Shiny Apps
Version: 0.3.9
Authors@R: c(
person("Anne", "Zheng", email = "[email protected]", role = c("aut")),
person("Jenna", "Johnson", email = "[email protected]", role = c("aut")),
person("Janelle", "Lennie", email = "[email protected]", role = c("ctb")),
person("Devin", "Pastoor", email = "[email protected]", role = c("aut")),
person("Wes", "Cummings", email = "[email protected]", role = c("aut", "cre")))
Description: This package launches 3 ghqc applications as background jobs to
aid the QC process through the use of shiny apps. It also contains aides to
maintain the proper setup of the ecosystem. Namely, it will aid in the
installation of ghqc.app and its dependendencies into an isolated directory as
to not interfere with the project being QCed.
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
httpuv,
rstudioapi,
withr,
glue,
rlang,
cli,
fs,
yaml
Suggests:
gert,
pak (>= 0.8.0)
Depends:
R (>= 2.10)
Config/Needs/website:
sessioninfo
URL: https://a2-ai.github.io/ghqc