Package: condathis Title: Run Any CLI Tool on a 'Conda' Environment Version: 0.1.4 Authors@R: c( person("Lucio", "Queiroz", , "luciorqueiroz@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6090-1834")), person("Claudio", "Zanettini", , "claudio.zanettini@gmail.com", 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, https://luciorq.github.io/condathis/ BugReports: https://github.com/luciorq/condathis/issues Depends: R (>= 4.3) Imports: cli, fs, jsonlite, processx, rlang, stringr, tools, utils, withr Suggests: curl, knitr, quarto, testthat (>= 3.0.0) VignetteBuilder: quarto Config/Needs/dev: devtools, pkgload, remotes, rcmdcheck, covr, testthat, usethis, pak, knitr, quarto, pkgdown, roxygen2, roxygen2md, lintr, styler Config/Needs/website: quarto Config/roxygen2/markdown: TRUE Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: create_env, rethrow_error, parse_match_spec, run_verbose_levels Encoding: UTF-8 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://luciorq.r-universe.dev Date/Publication: 2026-06-19 15:59:43 UTC RemoteUrl: https://github.com/luciorq/condathis RemoteRef: HEAD RemoteSha: 6074b46235a5ca995e96f0771c4c438582b6beb4 NeedsCompilation: no Packaged: 2026-06-19 16:39:54 UTC; root Author: Lucio Queiroz [aut, cre, cph] (ORCID: ), Claudio Zanettini [aut, ctb] (ORCID: ) Maintainer: Lucio Queiroz