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
> On 15 Jun 2023, at 11:57 , Ko
In test file datetime3.R, one call to stopifnot() has an argument named "expr"
which should probably be "exprs". There are three tests wrapped in braces of
which only the last one, "omitted 195 entries", is currently checked.
Proposed patch:
--- tests/datetime3.R (revision 84544)
+++ tests/da