Changes in version 0.2.4 (2024-08-30) o The .Rbuildignore stanza now includes .github o The support of and usage illustrations of tinytest are much enhanced (Paul Hudor in #18 adressing #19 and #20) o The .gitignore file now includes C++ related files o Improvements and polish to badges and continuous integration o The DESCRIPTION file now contains an Authors@R entry Changes in version 0.2.3 (2023-03-11) o Small improvement to generated Description: field and Title: o Maintenance for continuous integration setup Changes in version 0.2.2 (2021-07-20) o Small update to DESCRIPTION o Document hello2() argument Changes in version 0.2.1 (2021-02-22) o A small documentation error was corrected (David Dalpiaz in #15). o A new option ‘bunny’ adds support for roxygen2. o Continuous integration now use run.sh from r-ci. Changes in version 0.2.0 (2020-09-27) o Continuous Integration uses the updated BSPM-based script on Travis and with GitHub Actions (Dirk in #11 plus earlier commits). o A new default NAMESPACE file is now installed (Dirk in #12). o A package documentation website was added (Dirk in #13). o Call tinytest::puppy if installed and not opted out (Dirk in #14). Changes in version 0.1.5 (2019-10-22) o More extensive use of newer R macros in package-default manual page. o Install .Rbuildignore and .gitignore files. o Use the updated Travis run script. o Use more Rd macros in default ‘stub’ manual page (#8). o Several typos were fixed in README.md, NEWS.Rd and the manual page (#9, #10) Changes in version 0.1.4 (2016-11-13) o Utilize newer R macros in package-default manual page. o Repair a link to Writing R Extensions (PR #7 by Josh O'Brien). Changes in version 0.1.3 (2015-06-13) o The fields Title: and Description: in the file DESCRIPTION file are now updated such that they actually pass R CMD check on current versions of R. o If installed, the whoami package (version 1.1.0 or later) is now used to discover the username and email in the DESCRIPTION file. Changes in version 0.1.2 (2014-09-11) o Brown-bag fix of calling the new helper function with the correct order of arguments. Changes in version 0.1.1 (2014-09-10) o New (exported) function playWithPerPackageHelpPage() which lets other packages create a non-complaint-generating package help page. Changes in version 0.1.0 (2014-06-13) o Initial public version and CRAN upload.