Package: command 0.1.4
command: Process Command Line Arguments
Process command line arguments, as part of a data analysis workflow. 'command' makes it easier to construct a workflow consisting of lots of small, self-contained scripts, all run from a Makefile or shell script. The aim is a workflow that is modular, transparent, and reliable.
Authors:
command_0.1.4.tar.gz
command_0.1.4.zip(r-4.7)command_0.1.4.zip(r-4.6)command_0.1.4.zip(r-4.5)
command_0.1.4.tgz(r-4.6-any)command_0.1.4.tgz(r-4.5-any)
command_0.1.4.tar.gz(r-4.7-any)command_0.1.4.tar.gz(r-4.6-any)
command_0.1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
command/json (API)
NEWS
| # Install 'command' in R: |
| install.packages('command', repos = c('https://bayesiandemography.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bayesiandemography/command/issues
Pkgdown/docs site:https://bayesiandemography.github.io
Last updated from:21a4a24215. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 143 | ||
| source / vignettes | OK | 167 | ||
| linux-release-x86_64 | OK | 142 | ||
| macos-release-arm64 | OK | 128 | ||
| macos-oldrel-arm64 | OK | 184 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 77 | ||
| wasm-release | OK | 111 |
Exports:cmd_assigncmd_assign_quietextract_makeextract_shellmakefileshell_script
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Assign Values Passed at the Command Line or Interactively | cmd_assign cmd_assign_quiet |
| Turn a 'cmd_assign' Call Into a Makefile Rule | extract_make |
| Turn a 'cmd_assign' Call Into a Shell Command | extract_shell |
| Create a Makefile | makefile |
| Create a Shell Script | shell_script |
