cmdfun: Framework for Building Interfaces to Shell Commands

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 ORCID iD [aut, cre, cph]
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

Documentation:

Reference manual: cmdfun.pdf
Vignettes: cmdfun

Downloads:

Package source: cmdfun_1.0.2.tar.gz
Windows binaries: r-devel: cmdfun_1.0.2.zip, r-release: cmdfun_1.0.2.zip, r-oldrel: cmdfun_1.0.2.zip
macOS binaries: r-release (arm64): cmdfun_1.0.2.tgz, r-oldrel (arm64): cmdfun_1.0.2.tgz, r-release (x86_64): cmdfun_1.0.2.tgz
Old sources: cmdfun archive

Reverse dependencies:

Reverse imports: megadepth, memes

Linking:

Please use the canonical form https://CRAN.R-project.org/package=cmdfun to link to this page.