The .Rbuildignore stanza now includes .github
The support of and usage illustrations of tinytest are 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
Small improvement to generated Description: field and Title:
Maintenance for continuous integration setup
Small update to DESCRIPTION
Document hello2() argument
A small documentation error was corrected (David Dalpiaz in #15).
A new option ‘bunny’ adds support for roxygen2.
Continuous integration now use run.sh
from r-ci.
Continuous Integration uses the updated BSPM-based script on Travis and with GitHub Actions (Dirk in #11 plus earlier commits).
A new default NAMESPACE
file is now installed (Dirk in #12).
A package documentation website was added (Dirk in #13).
Call tinytest::puppy
if installed and not opted out
(Dirk in #14).
More extensive use of newer R macros in package-default manual page.
Install .Rbuildignore
and .gitignore
files.
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)
Utilize newer R macros in package-default manual page.
Repair a link to Writing R Extensions (PR #7 by Josh O'Brien).
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.
If installed, the whoami
package (version 1.1.0 or
later) is now used to discover the username and email in the
DESCRIPTION
file.
Brown-bag fix of calling the new helper function with the correct order of arguments.
New (exported) function playWithPerPackageHelpPage()
which lets other packages create a non-complaint-generating package
help page.
Initial public version and CRAN upload.