Feature: working patterns and flexibility index#55
Merged
Conversation
1.4.0 for release of working patterns
Contributor
|
Are we waiting to integrate this after we are in CRAN? :) |
Member
Author
Yes @moralec - this is now incremented as v1.4.0 as it qualifies as a more significant change to the package. The CRAN process is still undergoing (another re-submission is needed), which will continue under the v1.3.1 banner on #54. I think there are some other checks are required on this PR, e.g.
If we want to accelerate the merge, I would suggest only doing 1 and only check for 2 as a new feature request (given all checks pass). |
For workpatterns_classify_bw only
`workpatterns_area()` is now dynamic.
Affects the plot-area output of workpatterns_classify()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This branch adds the working patterns and flexibility index features to wpa.
Changes
New functions
The following new functions are added in this PR:
workpatterns_classify()workpatterns_classify_bw()workpatterns_classify_pav()workpatterns_reportflex_index()plot_flex_index()Other changes
v1.4.0.Checks
roxygen2::roxygenise()has been run prior to merging to ensure that.RdandNAMESPACEfiles are up to date.Notes
This fixes #56.