-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.04 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
Package: review
Title: QC Management and Helpers
Version: 3.10.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")),
person(given = "Tim", family = "Bergsma", email = "[email protected]", role = c("aut"))
)
Description: Functions for managing logs of reviews of subversioned
files (http://subversion.apache.org/).
URL: https://github.com/metrumresearchgroup/review, https://metrumresearchgroup.github.io/review/
BugReports: https://github.com/metrumresearchgroup/review/issues
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
magrittr (>= 2.0.3),
XML,
utils,
glue,
diffobj,
stringr,
fs,
cli,
rmarkdown,
tinytex,
pmtables,
tidyr,
stats
Suggests:
knitr,
testthat (>= 3.0.0),
readr,
withr (>= 2.5.0)
Config/testthat/edition: 3
VignetteBuilder:
knitr