-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 919 Bytes
/
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
Package: qctools
Title: QC Management and Helpers
Version: 0.3.0
Authors@R:
c(
person(given = "Eric", family = "Anderson", email = "[email protected]", role = c("aut")),
person(given = "Michael", family = "McDermott", email = "[email protected]", role = c("cre")))
Description: Create, append and review the QC log. Provides helper functions for completing QC tasks.
URL: https://github.com/metrumresearchgroup/qctools, https://metrumresearchgroup.github.io/qctools
BugReports: https://github.com/metrumresearchgroup/qctools/issues
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
magrittr (>= 2.0.3),
utils,
fs,
processx,
rprojroot,
diffobj,
withr,
rmarkdown,
pmtables,
tinytex,
dplyr,
tidyr
Suggests:
testthat (>= 3.0.0),
knitr,
DT
Config/testthat/edition: 3
VignetteBuilder:
knitr