I'm working on a package and I want to add all kinds of validations for data as inputs, both for exported functions and internal functions.
Is it considered to be best practice to include functions from the assertr and validate packages?
If so, which one is better by your opinion?