- Vignette now directs users to cmdfun website: snystrom.github.io/cmdfun
- Vignette alteration fixes bug where forcing vignette rebuild writes & cleans up empty dir to userspace if it doesn't exist to allow rebuild to complete without error
- exports
cmd_list_keep_named
andcmd_list_drop_named
which are less abstracted thancmd_list_keep
/cmd_list_drop
for the simple operation of dropping list items by name.
- Spell check fixes
- CRAN Release Candidate
- fixed error in .Rbuildignore causing failing R CMD CHECK
- Release candidate for CRAN submission
- Updated README and
vignette("cmdfun")
to have more user-friendly explanations
- Changed version numbering scheme to fix my terrible mistakes. This is what I get for implementing a versioning scheme just before bed.
- Fixed
cmd_help_parse_flags()
so it now detects short (-) and long (--) flag names
- Added a
NEWS.md
file to track changes to the package. - Renamed
cmd_help_parse_flags()
processx
argument tosplit_newline
- Updated maintainer email
- Copied README text over to
cmdfun
vignette so pkg will have a vignette