Changes in version 0.1.3.9000 Changes in version 0.1.3 (2024-07-26) - Minor housekeeping. Changes in version 0.1.2.9000 - Same as previous version. Changes in version 0.1.2 (2020-07-10) - More house-keeping. Changes in version 0.1.1 (2020-03-04) - Minor house-keeping. Changes in version 0.1.0 (2018-04-14) - Added yesno2 function to provide two custom responses. Changes in version 0.0.2 (2017-02-15) - Replaced yesno function's string argument with ... to allow it to take variable arguments. The arguments are first pasted without separators and collapsed using paste0(..., collapse = "") before being output using cat. Changes in version 0.0.1 Implemented yesno function with single string argument.