R Validation Discussion: Metric Repos for Open Quality Assessment

Building a pre-built database of metrics for software validation

Validation
Discussion
Advanced
Author

Doug Kelkhoff (R Validation Hub)

Overview

Advanced Validation GxP

The R Validation Hub has built a Metric Repository - a pre-built database of metrics to support the software validation process. This discussion workshop explores the industry outlook for this open validation database and gathers community input on standardization and implementation.

Discussion Topics

  • ๐Ÿ—„๏ธ Metric Repository overview
  • ๐Ÿ”ง Standardizing compute environments
  • ๐Ÿ“Š Quality standards for packages
  • ๐Ÿข In-house package validation
  • ๐Ÿ”ฎ Future of R validation

Key Packages

{riskmetric}

{riskassessment}

{riskscore}

{val.meter}

{val.criterion}

Key Questions

1. Environment Standardization

How do we standardize compute environments to make metrics useful across organizations?

2. Quality Thresholds

What should we do when a package doesnโ€™t meet our standards?

3. In-House Packages

How can organizations supplement the database with validation of internal packages?

4. Industry Adoption

What barriers prevent adoption of shared validation databases?

Metric Repository Concept

library(riskmetric)
library(riskscore)

# Assess package risk
pkg_ref <- pkg_ref("dplyr")
pkg_risk <- pkg_assess(pkg_ref)

# Calculate risk score
score <- riskscore(pkg_risk)

# Store in shared database
# Organizations can query and contribute

Learning Outcomes

โœ… Understand metric repository approach
โœ… Contribute to standardization efforts
โœ… Plan validation strategy for your organization
โœ… Network with industry validation experts


Similar Workshops

Next Steps


Last updated: November 2025 | R/Pharma 2025 Conference