Writing interfaces to command line software is cumbersome. 'cmdfun' provides a framework for building function calls to seamlessly interface with shell commands by allowing lazy evaluation of command line arguments. 'cmdfun' also provides methods for handling user-specific paths to tool installs or secrets like API keys. Its focus is to equally serve package builders who wish to wrap command line software, and to help analysts stay inside R when they might usually leave to execute non-R software.
Version: | 1.0.2 |
Imports: | magrittr, purrr, R.utils, rlang, testthat, usethis, utils |
Suggests: | cli, covr, knitr, processx, rmarkdown |
Published: | 2020-10-10 |
Author: | Spencer Nystrom |
Maintainer: | Spencer Nystrom <nystromdev at gmail.com> |
BugReports: | https://github.com/snystrom/cmdfun |
License: | MIT + file LICENSE |
URL: | https://snystrom.github.io/cmdfun/, https://github.com/snystrom/cmdfun |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | cmdfun results |
Reference manual: | cmdfun.pdf |
Vignettes: |
cmdfun |
Package source: | cmdfun_1.0.2.tar.gz |
Windows binaries: | r-devel: not available, r-release: not available, r-oldrel: not available |
macOS binaries: | r-release: cmdfun_1.0.1.tgz, r-oldrel: not available |
Old sources: | cmdfun archive |
Please use the canonical form https://CRAN.R-project.org/package=cmdfun to link to this page.