-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: mpn.scorecard
Title: Generate a scorecard with various measures of R package quality and risk
Version: 0.5.1
Authors@R:
c(person(given = "Kyle",
family = "Barrett",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Seth",
family = "Green",
role = c("aut"),
email = "[email protected]"),
person(given = "Kyle",
family = "Meyer",
role = c("aut"),
email = "[email protected]"))
Description: Collects various measures of quality and risk-of-use for an R package
and formats them into a "scorecard" report for assessment. Leans heavily on
the metrics developed by R Validation Hub's riskmetric package.
URL: https://metrumresearchgroup.github.io/mpn.scorecard, https://github.com/metrumresearchgroup/mpn.scorecard
BugReports: https://github.com/metrumresearchgroup/mpn.scorecard/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.5)
Imports:
callr,
checkmate,
covr,
dplyr,
flextable (>= 0.8.4),
fs,
glue,
jsonlite,
knitr,
magrittr,
officer,
pkgload,
purrr,
rcmdcheck,
riskmetric,
rlang,
rmarkdown,
stringr,
tibble,
tidyselect,
tidyr,
yaml
Suggests:
devtools,
pdftools,
roxygen2,
testthat (>= 2.1.0),
withr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2