NEWS | R Documentation |
News for Package pkgKitten
Changes in version 0.2.4 (2024-08-30)
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
Changes in version 0.2.3 (2023-03-11)
Small improvement to generated Description: field and Title:
Maintenance for continuous integration setup
Changes in version 0.2.2 (2021-07-19)
Small update to DESCRIPTION
Document hello2() argument
Changes in 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.sh
from r-ci.
Changes in 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
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).
Changes in version 0.1.5 (2019-10-22)
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)
Changes in 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).
Changes in version 0.1.3 (2015-06-12)
The fields Title: and Description: in the file
DESCRIPTION
file are now updated such that they actually passR 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 theDESCRIPTION
file.
Changes in version 0.1.2 (2014-09-11)
Brown-bag fix of calling the new helper function with the correct order of arguments.
Changes in version 0.1.1 (2014-09-09)
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)
Initial public version and CRAN upload.