martinctc / rwa

Package for running Relative Weights Analysis in R
https://martinctc.github.io/rwa
12 stars 8 forks source link

Release/0.0.1 for cran #2

Closed martinctc closed 3 years ago

martinctc commented 3 years ago

Summary

This branch implements a number of changes to prepare for the 0.0.1 release in CRAN.

Changes

The changes made in this PR are:

  1. Exported the function for removing all-NA columns with remove_all_na_cols()
  2. Added a new function for plotting weights: plot_rwa()
  3. Refined documentation and DESCRIPTION to comply with CRAN policies.

Check