-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Flag functions #1920
Refactor Flag functions #1920
Conversation
@lauramaxwell @zdz2101 this is ready for an initial review once v2.2 is released. I fixed unit tests, but would also be great if yall could clean up pkgdown and re-run qualification tests to confirm nothing is broken. cc: @samussiah |
Merge branch 'dev' into fix-1911 # Conflicts: # R/Report_Timeline.R
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed merge conflict, pkgdown stuff, and modified to the log4r stuff
Merge branch 'dev' into fix-1911 # Conflicts: # R/Flag.R # R/Flag_Fisher.R # R/Flag_NormalApprox.R # R/Flag_Poisson.R
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I fixed up some merge conflicts, but this is running well now, and much cleaner!
Overview
Starting work to support PK KRI per #1911. First steps included in this PR:
Flag()
function to be a bit more flexible per Feature: Create a simplified Flag() function that can be used for all common use cases. #1973.Make_Timeline()
per Feature: Remove Make_Timeline function #1978MakeBounds()
doesn't bomb for "identity" analysis per Feature: Add support for "identity" analysis in MakeBounds #1919Test Notes/Sample Code
See updated test-that tests for
Flag()
functionality.Connected Issues