-
Notifications
You must be signed in to change notification settings - Fork 8
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
Warn when duplicate field labels are detected #118
Conversation
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.
Overall this looks great, a few comments and suggestions related to tightening up naming conventions/documentation open to discussion.
Made the following updates:
|
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.
This is definitely starting to get complicated, but I think it looks good and I can generally follow the qualifier variables/arguments informing what checks we expect to fire off.
The tests also look good, we just want to be mindful that some of the test cases we're addressing that prompted these functions are spread across smaller tests.
Description
This PR implements a warning when
REDCapTidieR
detects a radio or dropdown field with duplicated labels. It also fixes the cryptic error noted in #89 (comment)Proposed Changes
List changes below in bullet format:
check_parsed_labels()
check function and call it inmulti_choice_to_labels()
after the labels are parsedparse_labels()
but this function gets called multiple timessuppressWarnings()
where necessary throughout the testsScreenshots
Example warning:
Issue Addressed
closes #89
PR Checklist
Before submitting this PR, please check and verify below that the submission meets the below criteria:
.RDS
) updated underinst/testdata/create_test_data.R
httptest::with_mock_api
and any new mocks were added totests/testthat/fixtures/create_httptest_mocks.R
usethis::use_dev_version()
Code Review
This section to be used by the reviewer and developers during Code Review after PR submission
Code Review Checklist