Skip to content

Feature/1.3.1#17

Merged
martinctc merged 16 commits into
mainfrom
feature/1.3.1
Dec 13, 2020
Merged

Feature/1.3.1#17
martinctc merged 16 commits into
mainfrom
feature/1.3.1

Conversation

@martinctc

@martinctc martinctc commented Dec 3, 2020

Copy link
Copy Markdown
Member

Summary

This branch adds new features for v1.3.1.

Changes

The changes made in this PR are:

  1. Improved documentation on combine_signals() to make it clear that it is now completely dynamic and uses string matching to combine hourly signals.
  2. Added totals_col() as a building block function to enable a "total" view when NULL is passed to the hrvar argument on standard analysis functions.
  3. Made aesthetic improvements to keymetrics_scan().
  4. Queries are referred to by their most updated and correct names, e.g. "Collaboration Assessment" to "Ways of Working Assessment".
  5. Exported maxmin() and us_to_space() as the helper functions within keymetrics_scan().
  6. Title sizes are made smaller globally via theme_wpa_basic().

New view of keymetrics_scan():
image

Check

  • All R CMD checks pass

Note

This fixes #20, #22, and #26.

Update documentation to make it clear that function now works by string matching, and is dynamic.
Add example for combine_signals which will also work as an integrated test
@martinctc martinctc added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 3, 2020
Add a 'building block' function for company totals to be shown generally when NULL is supplied to the hrvar argument.
Add the capability to handle NULL values passed to `hrvar`. Also unwrapped some dontrun examples.
Update argument documentation on totals_col
@martinctc martinctc self-assigned this Dec 8, 2020
Visual improvements to keymetrics_scan() as per issue #26. Two new functions are exported: us_to_space() and maxmin(), which are used to aid the plotting process.
Global change to title size in plots
@martinctc martinctc linked an issue Dec 11, 2020 that may be closed by this pull request
@martinctc martinctc added the aesthetics Stylistic changes that do not affect logic label Dec 11, 2020
References to "Collaboration Assessment" now replaced with "Ways of Working Assessment"
Move maxmin() and us_to_space() to their own R files instead of under keymetrics_scan()
Use us_to_space() where possible for cleaner code
Explicitly specify grDevices import for heat_colours()
@martinctc martinctc marked this pull request as ready for review December 13, 2020 11:09
@martinctc martinctc merged commit 348df2f into main Dec 13, 2020
@martinctc martinctc deleted the feature/1.3.1 branch December 13, 2020 11:24
@martinctc martinctc linked an issue Dec 13, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aesthetics Stylistic changes that do not affect logic documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Improve keymetrics_scan() plot Feature: show company total Documentation: refer to Flexible Queries with their latest names

1 participant