epinowcast / coerceDT

Ingest-and-check user-provided input to standardized `data.table`s
Other
3 stars 0 forks source link

`require` => `expect`? #5

Closed pearsonca closed 9 months ago

pearsonca commented 9 months ago

Describe the bug The use of require as an argument to checkDT raises lintr issues and in general invites function name collisions.

Expected behavior Alternative argument names to preclude the lintr issues. Suggest: expect - other options?