-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: cmdfun
Type: Package
Title: Framework for Building Interfaces to Shell Commands
Version: 1.0.2
Authors@R: person("Spencer", "Nystrom",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-1000-1579"))
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
magrittr,
purrr,
R.utils,
rlang,
testthat,
usethis,
utils
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)
Suggests:
cli,
covr,
knitr,
processx,
rmarkdown
VignetteBuilder: knitr
URL: https://snystrom.github.io/cmdfun/, https://github.com/snystrom/cmdfun
BugReports: https://github.com/snystrom/cmdfun