Changelog
irxforge (development version)
check_nm_dataset(): fixed a crash whenTIMEis non-numeric (e.g. date/clock strings) andADDL/IIare present — the overlapping-dose check now also guards onis.numeric(TIME)so the whole check no longer aborts before returning results.check_nm_dataset(): theunique_recordscheck now skips (returnsNA) instead of emitting a falseFAILwhen the subjectIDdoes not resolve orTIMEis not numeric (a character clock-of-day TIME, or a key collapsed across subjects, produced spurious duplicates).check_nm_dataset(): failingchar_columns,reserved_names, andcovariate_missingchecks now name the offending column(s) in theirdescription.Initial CRAN submission.