-
Notifications
You must be signed in to change notification settings - Fork 63
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
check_type
in derive_vars_merged()
not working
#2326
Comments
Hi @kaz462 , after adding cnd_type = check_type to signal_duplicate_records call, its working and throwing warning message when check_type = "warning" . Should I update this and create PR? |
Hi @kaz462 , hi @Lina2689 , it is intended that an error is issued regardless of So please do not change the code. |
@bundfussr @Lina2689 Thanks both for looking into it. Should we add documentation regarding the behavior of the |
I think we should update the documentation for the arguments. @Lina2689 do you mind doing this? |
Sure @bms63. and thanks for clarifying the issue. |
@bms63 , do I need to update/modify both vignette and information in the function header documentation? |
Yes please! Where ever the arguments are discussed it should be updated. If not discussed in the https://pharmaverse.github.io/admiral/articles/generic.html then I think it warrants an inclusion |
Background Information
check_type
inderive_vars_merged()
is not working as expected whenorder
isNULL
example:
check_type = warning
but an error is returnederror message:
Definition of Done
add
cnd_type = check_type
when calling the followingsignal_duplicate_records
admiral/R/derive_merged.R
Lines 375 to 379 in 16671ee
The text was updated successfully, but these errors were encountered: