Skip to contents

rwa 0.1.0

CRAN release: 2025-07-16

New Features

  • Bootstrap confidence intervals: Added bootstrap = TRUE parameter to rwa() for statistical significance testing of relative weights
  • Result sorting: Added sort = TRUE parameter to automatically sort results by importance (descending order). Set sort = FALSE to preserve original predictor order
  • Comprehensive vignette: New detailed documentation covering methodology, examples, and best practices
  • Enhanced documentation: Updated README and function documentation

Technical Improvements

  • Package compliance: Updated DESCRIPTION with proper Authors@R field for CRAN submission
  • CI/CD: Enhanced GitHub Actions workflow with vignette building support
  • Dependencies: Added boot, purrr, and utils packages for bootstrap functionality
  • Code quality improvements: Fixed long lines in R code to meet CRAN standards
  • Documentation cleanup: Improved code formatting and removed unused variables
  • Enhanced vignette formatting: Cleaned up formatting in comprehensive vignette documentation

Bug Fixes

  • Fixed vignette compilation issues
  • Resolved R CMD check warnings and notes
  • Removed unused variables to eliminate R CMD check notes
  • Improved consistency in code formatting

Version 0.0.3

Re-submission to CRAN

  • Unwrap \donttest{} in examples where unnecessary

Version 0.0.2

Re-submission to CRAN

  • DOI references added to DESCRIPTION
  • Added CodeFactor badge
  • Typos in DESCRIPTION rectified

Version 0.0.1

First submission to CRAN (required to re-submit)