Changes type: breaking change
A change is breaking if it causes a CRAN package that was previously passing R CMD check
to now fail AND the package’s original usage and behavior is correct.
- Removing a function
- Removing an argument
- Narrowing the set of valid inputs to a function