Skip to contents

PVgravID 1.0.0 (Development version)

Major changes

  • Initial development version
  • Implemented three pregnancy identification algorithms:
    • UMC/VigiBase algorithm (Sandberg et al., 2025)
    • Sakai algorithm (Sakai et al., 2016)
    • EudraVigilance/Zaccaria algorithm (Zaccaria et al., 2024)
  • Added functions for visualization and descriptive statistics

Documentation

  • Added comprehensive README with installation and usage instructions
  • Added CONTRIBUTING guidelines
  • Added caveats
  • Added vignette with example
  • Added function documentation with roxygen2

Infrastructure

  • Set up GitHub Actions for CI/CD (R CMD check, linting)
  • Configured testthat for unit testing
  • Added pkgdown website configuration