forked from pharmaR/riskmetric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.44 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
Package: riskmetric
Type: Package
Title: Risk Metrics to Evaluating R Packages
Description: Facilities for assessing R packages against a number of metrics to
help quantify their robustness.
Version: 0.2.1
Authors@R: c(
person("R Validation Hub", role = c("aut"), email = "psi.aims.r.validation@gmail.com"),
person("Doug", "Kelkhoff", role = c("aut"), email = "doug.kelkhoff@gmail.com"),
person("Marly", "Gotti", role = c("aut")),
person("Eli", "Miller", role = c("cre", "aut"), email = "eli.miller@atorusresearch.com"),
person("Kevin", "K", role = c("aut")),
person("Yilong", "Zhang", role = c("aut")),
person("Eric", "Milliman", role = c("aut")),
person("Juliane", "Manitz", role = c("aut")),
person("Mark", "Padgham", role = c("ctb")),
person("PSI special interest group Application and Implementation of Methodologies in Statistics", role = c("cph")))
URL: https://pharmar.github.io/riskmetric/, https://github.com/pharmaR/riskmetric
BugReports: https://github.com/pharmaR/riskmetric/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
backports,
utils,
tools,
xml2,
httr,
curl,
urltools,
memoise,
BiocManager,
cranlogs,
covr,
vctrs,
pillar,
tibble,
pkgload,
devtools
Suggests:
knitr,
rmarkdown,
withr,
magrittr,
dplyr,
testthat,
webmockr,
jsonlite
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3