Skip to content
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

Merged
merged 17 commits into from
Jan 3, 2025
Merged

Refactor Flag functions #1920

merged 17 commits into from
Jan 3, 2025

Conversation

jwildfire
Copy link
Contributor

@jwildfire jwildfire commented Oct 29, 2024

Overview

Starting work to support PK KRI per #1911. First steps included in this PR:

Test Notes/Sample Code

See updated test-that tests for Flag() functionality.

Connected Issues

@jwildfire jwildfire self-assigned this Oct 29, 2024
@jwildfire jwildfire marked this pull request as draft October 29, 2024 00:23
@jwildfire jwildfire removed the request for review from samussiah December 6, 2024 15:31
@jwildfire jwildfire changed the title Add PK KRI Refactor Flag functions Dec 6, 2024
@jwildfire jwildfire marked this pull request as ready for review December 6, 2024 15:39
@jwildfire
Copy link
Contributor Author

jwildfire commented Dec 6, 2024

@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

Copy link
Collaborator

@zdz2101 zdz2101 left a 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
Copy link
Contributor

@lauramaxwell lauramaxwell left a 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!

@lauramaxwell lauramaxwell merged commit 7e345be into dev Jan 3, 2025
6 checks passed
@lauramaxwell lauramaxwell deleted the fix-1911 branch January 3, 2025 17:04
@lauramaxwell lauramaxwell restored the fix-1911 branch January 6, 2025 16:16
@lauramaxwell lauramaxwell deleted the fix-1911 branch January 6, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Create a simplified Flag() function that can be used for all common use cases.
3 participants