# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "cmdfun" in publications use:' type: software license: MIT title: 'cmdfun: Framework for Building Interfaces to Shell Commands' version: 1.0.2 doi: 10.32614/CRAN.package.cmdfun abstract: 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. authors: - family-names: Nystrom given-names: Spencer email: nystromdev@gmail.com orcid: https://orcid.org/0000-0003-1000-1579 repository: https://snystrom.r-universe.dev repository-code: https://github.com/snystrom/cmdfun commit: 3aa798c65a88a5fe3598f23317acfda9868027d3 url: https://snystrom.github.io/cmdfun/ contact: - family-names: Nystrom given-names: Spencer email: nystromdev@gmail.com orcid: https://orcid.org/0000-0003-1000-1579