rwa 0.1.0
New Features
- Bootstrap confidence intervals: Added
bootstrap = TRUEparameter torwa()for
statistical significance testing of relative weights
- Result sorting: Added sort = TRUEparameter to automatically sort results by importance (descending
order). Setsort = FALSEto 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@Rfield for CRAN submission
- CI/CD: Enhanced GitHub Actions workflow with
vignette building support
- Dependencies: Added boot,purrr, andutilspackages 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)
- rwa()
- plot_rwa()
- remove_all_na_cols()
- %>%operator is exported