-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
93 lines (93 loc) · 3.38 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Package: riskassessment
Title: A web app designed to interface with the `riskmetric` package
Version: 3.1.1
Authors@R: c(
person("Aaron", "Clark", role = c("aut", "cre"), email = "[email protected]"),
person("Jeff", "Thompson", role = c("aut"), email = "[email protected]", comment = "Co-Lead"),
person("Robert", "Krajcik", role = "aut", email = "[email protected]"),
person("Lars", "Andersen", role = "aut", email = "[email protected]"),
person("Andrew", "Borgman", role = "aut", email = "[email protected]"),
person("Munshi Imran", "Hossain", role = "ctb"),
person("Scott", "Schumacker", role = "ctb", email = "[email protected]"),
person("Marly", "Gotti", role = "aut", email = "[email protected]"),
person("Maya", "Gans", role = "aut", email = "[email protected]"),
person("Aravind Reddy", "Kallem", role = "aut"),
person("Eduardo", "Almeida", role = "ctb", email = "[email protected]"),
person("Narayanan","Iyer",role = "ctb", email = "[email protected]"),
person(family = "Fission Labs India Pvt Ltd", role = "aut"),
person(family = "PSI special interest group Application and Implementation of Methodologies in Statistics", role = c("cph", "fnd")),
person(family = "R Validation Hub", role = c("cph", "fnd")),
person(family = "GSK contributors", role = "ctb", comment = "Author of 'pharmaR/pkg_explorer' repo"),
person(family = "Appsilon", role = "ctb")
)
Description: A shiny application that allows users to define a list of R
packages to assess metrics engineered by the `riskmetric` package.
In general, those metrics evaluate package development best practices, code
documentation, community engagement, and sustainability that culminate in a
quantitative risk score. The app allows users to select and review one package
at a time to consume interactive visuals, download reports for sharing, submit
comments for group collaboration, and even tweak metric weights used to
calculate the packages' risk scores. When deployed in the context of an
organization, the app serves as a platform for package validation, offering an
authentication wall where roles are assigned to various users and 'final
decisions' can be made at the package level manually or through pre-defined
automation rules.
License: MIT + file LICENSE
URL: https://github.com/pharmaR/riskassessment, https://pharmar.github.io/riskassessment/
BugReports: https://github.com/pharmaR/riskassessment/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
archive,
bslib (>= 0.3.0),
config (>= 0.3.1),
cranlogs,
DBI,
desc,
dplyr,
DT,
flextable,
formattable,
glue,
golem (>= 0.3.2),
loggit,
lubridate,
plotly,
purrr,
rintrojs,
riskmetric (>= 0.2.2),
rlang,
rmarkdown,
RSQLite,
rvest,
shiny (>= 1.7.1),
shinyjs,
shinymanager,
shinyTree,
shinyWidgets,
stringr,
shinyAce,
sortable
Suggests:
chromote (>= 0.1.1.9001),
fontawesome,
kableExtra,
knitr,
pkgload,
png,
rjson,
rstudioapi,
shinytest2,
spelling,
testthat (>= 3.0.0),
tinytex,
withr
Config/testthat/edition: 3
Language: en-US
Depends:
R (>= 2.10)
VignetteBuilder: knitr
Remotes:
pharmaR/riskmetric