Package: riskassessment Title: A web app designed to interface with the `riskmetric` package Version: 3.1.2 Authors@R: c( person("Aaron", "Clark", role = c("aut", "cre"), email = "clark.aaronchris@gmail.com"), person("Jeff", "Thompson", role = c("aut"), email = "jeff.thompson51317@gmail.com", comment = "Co-Lead"), person("Robert", "Krajcik", role = "aut", email = "robert.krajcik@biogen.com"), person("Lars", "Andersen", role = "aut", email = "lars.andersen@boehringer-ingelheim.com"), person("Andrew", "Borgman", role = "aut", email = "andrew.borgman@biogen.com"), person("Munshi Imran", "Hossain", role = "ctb"), person("Scott", "Schumacker", role = "ctb", email = "scottschu97@gmail.com"), person("Marly", "Gotti", role = "aut", email = "marly.cormar@biogen.com"), person("Maya", "Gans", role = "aut", email = "maya.gans@biogen.com"), person("Aravind Reddy", "Kallem", role = "aut"), person("Eduardo", "Almeida", role = "ctb", email = "eduardoalmeida7393@gmail.com"), person("Narayanan","Iyer",role = "ctb", email = "NarayananSeshan.Iyer@pfizer.com"), 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 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 (>= 4.1.0) VignetteBuilder: knitr Remotes: pharmaR/riskmetric Repository: https://pharmaverse.r-universe.dev Date/Publication: 2025-01-27 20:11:37 UTC RemoteUrl: https://github.com/pharmaR/riskassessment RemoteRef: HEAD RemoteSha: 7165440fc4ce1fabbbe6b6d5b212f47f418d0775 NeedsCompilation: no Packaged: 2026-06-07 08:54:20 UTC; root Author: Aaron Clark [aut, cre], Jeff Thompson [aut] (Co-Lead), Robert Krajcik [aut], Lars Andersen [aut], Andrew Borgman [aut], Munshi Imran Hossain [ctb], Scott Schumacker [ctb], Marly Gotti [aut], Maya Gans [aut], Aravind Reddy Kallem [aut], Eduardo Almeida [ctb], Narayanan Iyer [ctb], Fission Labs India Pvt Ltd [aut], PSI special interest group Application and Implementation of Methodologies in Statistics [cph, fnd], R Validation Hub [cph, fnd], GSK contributors [ctb] (Author of 'pharmaR/pkg_explorer' repo), Appsilon [ctb] Maintainer: Aaron Clark