You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> @sarabodach Can you elaborate on "Include tests for NA" here? Do you want a unit test to see how the code handles empty dates? Since we are specifically looking for suspicious instances where year and day are present I assume this check doent care much if the date is fully missing
Maybe this would be a unit test for the function that is used across? This is based on an assumption that the string is "--" - i.e.,
I wonder if we can consider expanding the assumption that the string might be reported as "UNK" or "UN" or something else? But that would be a separate issue. For the original checkbox issue - the NA part doesn't apply as I had originally thought.
Maybe this would be a unit test for the function that is used across? This is based on an assumption that the string is "--" - i.e.,
sdtmchecks/R/utils.R
Line 209 in 2505395
I wonder if we can consider expanding the assumption that the string might be reported as "UNK" or "UN" or something else? But that would be a separate issue. For the original checkbox issue - the NA part doesn't apply as I had originally thought.
Originally posted by @sarabodach in #333 (comment)
The text was updated successfully, but these errors were encountered: