Closed fweber144 closed 1 year ago
This amends PR #383: It fixes a long-standing misconception in a unit test for pseudo_data() and (only for safety in the future) it switches back to relying on dis <- NULL in pseudo_data().
pseudo_data()
dis <- NULL
This amends PR #383: It fixes a long-standing misconception in a unit test for
pseudo_data()
and (only for safety in the future) it switches back to relying ondis <- NULL
inpseudo_data()
.