NEWS | R Documentation |
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.