pharmaR / riskassessment

Collaborative Deployment: https://app.pharmar.org/riskassessment/ Risk Assessment Demo App: https://rinpharma.shinyapps.io/riskassessment
https://pharmar.github.io/riskassessment/
Other
101 stars 29 forks source link

Add a "Package Explorer" #498

Closed AARON-CLARK closed 1 year ago

AARON-CLARK commented 1 year ago

For context, GSK shared their pkg validation case study with the R Validation Hub in 2022, which featured a "Package Explorer" application that investigates:

  1. Code for all exported functions (related to #242)
  2. Exported Documentation (related to #259)
  3. Tests (related to #260)

It's important to note that these features are important when a deeper dive (beyond the riskmetric assessments) are needed. Its especially useful for folks to browse the robustness of tests written for each function. Here is a link to their presentation, fast-forwarded to the good part:

https://youtu.be/P2m6RmVViu0?t=2792

image

AARON-CLARK commented 1 year ago

closed with #637