Package: condathis
Title: Run Any CLI Tool on a 'Conda' Environment
Version: 0.1.3
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, tibble, tools,
        utils, withr
Suggests: curl, dplyr, knitr, quarto, testthat (>= 3.0.0)
VignetteBuilder: quarto
Config/Needs/website: quarto
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: create_env, rethrow_error
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-11-07 20:53:53 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: 2025-11-08 07:00:02 UTC
Built: R 4.5.0; ; 2025-11-08 09:34:42 UTC; unix
