-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.1 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
37
38
Package: condathis
Title: Run Any CLI Tool on a 'Conda' Environment
Version: 0.1.0
Authors@R: c(
person("Lucio", "Queiroz", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6090-1834")),
person("Claudio", "Zanettini", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-5043-8033"))
)
Description: Simplifies the execution of command line interface (CLI)
tools within isolated and reproducible environments. It enables users
to effortlessly manage 'Conda' environments, execute command line
tools, handle dependencies, and ensure reproducibility in their data
analysis workflows.
License: MIT + file LICENSE
URL: https://github.com/luciorq/condathis
BugReports: https://github.com/luciorq/condathis/issues
Depends:
R (>= 4.0)
Imports:
cli,
fs,
jsonlite,
processx,
rlang,
stringr,
tibble,
tools,
utils,
withr
Suggests:
curl,
dplyr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2