Changelog
Source:NEWS.md
command 0.2.0
CRAN release: 2026-07-23
Dependence on ‘fs’ package (#8)
- Removed dependence on
fspackage
Handling of empty strings (#6)
- Empty command line values like
--v=(from an undefined Make variable) are now an error unless the correspondingcmd_assign()argument is character - When an empty string is assigned, the message notes that the value is an empty string
Paths
-
extract_make()andextract_shell()no longer prefix relative paths with./
DESCRIPTION and package help (#5)
- Revised descriptions, and removed
internalkeyword fromcommand-package.R.
renv (#7)
- Added
use_renv(), which activates a renv project at the start of scripts run withRscript(which skips.Rprofile). - Added article “Using command with renv”
command 0.1.3
CRAN release: 2025-11-22
Documentation
- Tidied articles, and added detail on the way that
extract_make()andextract_shell()treat dotted vs non-dotted arguments.
Bug fixes
- Fixed bug in
extract_shell(),extract_make(),shell_script(), andmakefile()where the shell commands or Makefile rules created by these function used absolute paths to R scripts, rather than relative paths.