Closed egnha closed 7 years ago
For instance, vld_true(~x, "y is not positive" ~ y > 0) should generate the check formula list("Not TRUE: x" ~ x, "y is not positive" ~ y) ~ is_true.
vld_true(~x, "y is not positive" ~ y > 0)
list("Not TRUE: x" ~ x, "y is not positive" ~ y) ~ is_true
For instance,
vld_true(~x, "y is not positive" ~ y > 0)
should generate the check formulalist("Not TRUE: x" ~ x, "y is not positive" ~ y) ~ is_true
.