- New
install_pkg_cli_apps()installs Rapps and R scripts in a package'sexec/directory onto the usersPATH(#7, #3). - Added support for commands in Rapp applications (#8, #11).
- Added support for short opts (#4, #5).
- Simple assignment of
c()orlist()now creates a repeatable CLI option. - Positional arguments are now required by default, unless annotation
#| required: falseis supplied (#13).
- Updated default
--helpoutput. - Added a package logo.
- Moved repository to 'r-lib' on Github
- Added a
NEWS.mdfile to track changes to the package.
- Initial release