epiverse-trace / simulist

An R package for simulating line lists
https://epiverse-trace.github.io/simulist/
Other
5 stars 1 forks source link

Capitalise messages returned to user #129

Closed joshwlambert closed 4 months ago

joshwlambert commented 4 months ago

This PR updates any messages that are returned by condition or error handling functions (e.g. stop(), stopifnot(), warning(), message()) to start with a capital letter, unless the first word is the name of a function or argument that is lowercase. This changes comes from a suggestion in PR #117.