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
NeedsCompilation: no
Packaged: 2026-06-19 21:57:28 UTC; luciorq
Author: Lucio Queiroz [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-6090-1834>),
  Claudio Zanettini [aut, ctb] (ORCID:
    <https://orcid.org/0000-0001-5043-8033>)
Maintainer: Lucio Queiroz <luciorqueiroz@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-19 22:10:02 UTC
Built: R 4.6.0; ; 2026-06-19 23:51:20 UTC; windows
