I've tried to dig a bit into detect_missing() but I can't figure out if it's something wrong in the first or second call to detect_missing(). I'm happy to dig in a bit further, but I really need some help from you.
Sorry for the extremely late response. I cannot reproduce the error with purrr 1.0.2 and the output is correct. Not sure what was up, so I'm closing this issue.
With the dev version of purrr, the following code fails:
I've tried to dig a bit into
detect_missing()
but I can't figure out if it's something wrong in the first or second call todetect_missing()
. I'm happy to dig in a bit further, but I really need some help from you.