Skip to content

Fix: patch minor bugs#179

Merged
martinctc merged 13 commits into
mainfrom
fix/issue-patches
Aug 25, 2021
Merged

Fix: patch minor bugs#179
martinctc merged 13 commits into
mainfrom
fix/issue-patches

Conversation

@martinctc

@martinctc martinctc commented Aug 25, 2021

Copy link
Copy Markdown
Member

Summary

This branch fixes minor bugs in the issue tracker.

Changes

The changes made in this PR are:

  1. Fixed an issue where the minimum group size threshold was not being applied in one of the outputs for workpatterns_classify_bw(). (Minimum group size doesnt filter summary table output #178)

  2. Made it non-mandatory for keymetrics_scan() not to have all the metrics specified in the argument. (Bug: collaboration_report() cannot run if a required metric does not exist  #177)

  3. Added end_hour argument for wellbeing_report() and made parameters for internal arguments within the RMarkdown template explicit, e.g. signals used in workpatterns_classify(). (Bug: end_hour argument is missing for wellbeing_report() #180)

  4. Fixed an issue with network_p2p() where the weight parameter did not return expected results. (Weight parameter on network_p2p() does not affect output #181)

  5. Added new arguments for create_bar() and create_stacked() (experimental)

Checks

  • All R CMD checks pass
  • roxygen2::roxygenise() has been run prior to merging to ensure that .Rd and NAMESPACE files are up to date.
  • NEWS.md has been updated.

Notes

This fixes #177, #178, #180, #181.

Fixed an issue where the minimum group size threshold wasn't being applied in `workpatterns_classify()`.
@martinctc martinctc added the bug Something isn't working label Aug 25, 2021
@martinctc martinctc self-assigned this Aug 25, 2021
Cleaned up parameters in `wellbeing_report()` to make internal function argument values explicit.
Provide more information on the required metrics to `wellbeing_report()`
Implicit argument defaults to `Organization`
Changes to `create_bar()` and `create_stacked()`
@martinctc martinctc marked this pull request as ready for review August 25, 2021 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

1 participant