Skip to content

v0.95: Post-Claude-Intervention-Edition

Latest

Choose a tag to compare

@setgree setgree released this 03 Nov 23:12
· 4 commits to main since this release

PaluckMetaSOP 0.95 "Post-Claude-Intervention-Edition"

This release includes comprehensive improvements to the package:

Testing

  • Added comprehensive unit test suite with 77 tests covering core functions:
    • d_calc(): 20 tests for all stat_types and edge cases
    • var_d_calc(): 10 tests for variance calculations
    • sum_tab(): 27 tests for frequency tables
    • study_count(): 20 tests for counting unique studies
  • Added testthat to package dependencies

Documentation

  • Improved vignette organization with proper ordering (0-3)
  • Fixed vignette file naming to comply with R package standards
  • Fixed all internal vignette hyperlinks
  • Enhanced clarity and examples throughout vignettes
  • Improved function documentation with better cross-references
  • Added comprehensive package best practices

Code Quality

  • Fixed R CMD check - passes with 0 errors, 0 warnings, 0 notes
  • Fixed ggplot2 deprecation warning (geom_errorbarh → geom_errorbar)
  • Fixed LICENSE format for proper DCF compliance
  • Improved README with clearer installation instructions
  • Enhanced CITATION file with proper formatting
  • Fixed statistical formula documentation

Vignettes

  • "0. An overview of these vignettes"
  • "1. Converting a study's results into SMD, variance, and standard error"
  • "2. Performing meta-analysis the Paluck Lab way"
  • "3. Writing your meta-analytic paper"

All vignettes are now properly installed and accessible via browseVignettes("PaluckMetaSOP").


🤖 Generated with Claude Code