Closed spgarbet closed 8 months ago
Aside, should missingSummary
be updated?
> missingSummary(rcon,
+ exportRecordsArgs = list(fields = "record_id",
+ records = as.character(1:20),
+ forms = "branching_logic"))
Please use exportRecordsTyped instead. exportRecords is will undergo breaking changes in version 3.0.0.
record_id redcap_event_name redcap_data_access_group redcap_repeat_instrument redcap_repeat_instance n_missing
1 1 event_1_arm_1 NA NA NA 6
missing
1 row_purpose, prereq_radio, prereq_number, prereq_date, prereq_yesno, no_prereq_number
Reproduced message:
> expect_identical(list(x=c(NA_character_, NA_character_)), list(x=c(NA,NA)))
Error: list(x = c(NA_character_, NA_character_)) not identical to list(x = c(NA, NA)).
Component "x": Modes: character, logical
Component "x": target is character, current is logical
One of our automated environments is reporting the following failure:
I've tried reproducing an environment to match and cannot reproduce the error. I can make a similar error message happen with the following:
But note the first order fails to reproduce the wording, and the second call has the order reversed.