Skip to content
Prev 61688 / 63424 Next

Parts of test in datetime3.R not working

Yep, that is a pretty straightforward blunder. It's "stopifnot <- function(..., exprs =", so partial matching does not happen.

Fixed in R-patched and R-devel (a last-minute addition to 4.3.1 during code freeze would only happen with truly disastrous bugs).

Peter