egnha / valaddin

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

Don't use pipe internally #43

Closed egnha closed 7 years ago

egnha commented 7 years ago

After #29, the only dependencies will be rlang and glue, so the pipe won't be available for internal use. (Eliminating the pipe will also obviate the hack of adding . to the package namespace in order to prevent R CMD check from raising a spurious warning about an “unbound name.”)

egnha commented 7 years ago

Dependencies reduced to glue and rlang.