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