v1.3.0
This release adds a new Site Risk Score metric that calculates weighted site-level risk across multiple KRIs. In short, the new default workflow has the following steps:
- KRI Flags are given weights using the new
RiskScoreWeightparameter in theyamlworkflows for each KRI. - Site-level risk scores are calculated using the new
CalculateRiskScore()function. - Site Risk Scores are saved in a new Metric
srs0001via a new standard workflow - A column showing site risk scores has been added to the KRI report via update in
gsm.viz
See the new Site Risk Score vignette for full implementation details. Other minor updates include:
- Update Issue Templates and Contributor Guidelines
- Add GitHub Actions for tarball creation upon release
What's Changed
- Adding Site Risk Score as a Metric and incorporating SRS in KRI report by Laura Maxwell (@lauramaxwell) in #108
- Update .github folder templates using github API by Laura Maxwell (@lauramaxwell) in #112
- Update gsm.core dependency to dev during release candidate process by Laura Maxwell (@lauramaxwell) in #115
Full Changelog: v1.2.2...v1.3.0