Skip to content

Bugfix: relax variable name checks to collab_area() #81

Merged
martinctc merged 2 commits into
mainfrom
bugfix/changes-to-collab-area
Feb 22, 2021
Merged

Bugfix: relax variable name checks to collab_area() #81
martinctc merged 2 commits into
mainfrom
bugfix/changes-to-collab-area

Conversation

@martinctc

@martinctc martinctc commented Feb 22, 2021

Copy link
Copy Markdown
Member

Summary

This branch fixes the problem where the variable name checks in collaboration_area() is overly strict, and resolves it by making it case-sensitive. This branch is a direct fix of issue #72 as raised by @juliajuju93.

image

Changes

The changes made in this PR are:

  1. Makes the variable name checks within collaboration_area() case-insensitive.
  2. Makes it a default behaviour to return the output with hrvar set to NULL, and adds the ability for it to run it as a total view. This is an extension of Feature: show company total #22 raised by @AinizeCidoncha.
  3. Expanded examples in the documentation of this function.

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.

Notes

This fixes #72.

Checks of metric names are now made case-insensitive to address #72.
Allow having a NULL view for `collaboration_area()`
@martinctc martinctc added the bug Something isn't working label Feb 22, 2021
@martinctc martinctc self-assigned this Feb 22, 2021
@martinctc martinctc changed the title Bugfix/changes to collab area Bugfix: relax variable name checks to collab_area() Feb 22, 2021
@martinctc martinctc merged commit 70b54d6 into main Feb 22, 2021
@martinctc martinctc deleted the bugfix/changes-to-collab-area branch February 22, 2021 18:42
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

Development

Successfully merging this pull request may close these issues.

collaboration_sum() error - not outputting my unscheduled_call_hours and instant_messages

1 participant