egnha / valaddin

Functional input validation to make R functions more readable and robust
Other
33 stars 1 forks source link

vld(...) should preserve order #50

Closed egnha closed 7 years ago

egnha commented 7 years ago

Because we need to support the splicing operator, we need to track ordering across nested calls to vld().

egnha commented 7 years ago

Won’t do: unnecessary. (Originally, needed this for a version of localize() that takes ..., but localize() will instead be modified to a unary function that accepts definitions, to maintain consistency with vld().)