File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Rapp (development version)
22
3- * Added support for commands in Rapp applications (#8 , #11 ).
4- * Added support for short opts (#4 , #5 ).
5- * New ` install_pkg_cli_apps() ` installs Rapps and R scripts
6- in a package's ` exec/ ` directory on the users ` PATH ` (#7 , #3 ).
7- * Declaring ` c() ` or ` list() ` defaults now creates repeatable CLI options.
3+ - New ` install_pkg_cli_apps() ` installs Rapps and R scripts in a
4+ package's ` exec/ ` directory onto the users ` PATH ` (#7 , #3 ).
5+ - Added support for commands in Rapp applications (#8 , #11 ).
6+ - Added support for short opts (#4 , #5 ).
7+ - Simple assignment of ` c() ` or ` list() ` now creates a repeatable CLI
8+ option.
9+ - Positional arguments are now required by default, unless annotation
10+ ` #| required: false ` is supplied (#13 ).
811
912# Rapp 0.2.0
1013
11- * Updated default ` --help ` output.
12- * Added a package logo.
13- * Moved repository to 'r-lib' on Github
14- * Added a ` NEWS.md ` file to track changes to the package.
14+ - Updated default ` --help ` output.
15+ - Added a package logo.
16+ - Moved repository to 'r-lib' on Github
17+ - Added a ` NEWS.md ` file to track changes to the package.
1518
1619# Rapp 0.1.0
1720
18- * Initial release
21+ - Initial release
You can’t perform that action at this time.
0 commit comments