Package: logolink
Title: An Interface for Running 'NetLogo' Simulations
Version: 0.1.0
Authors@R: c(
        person(
            given = "Daniel",
            family = "Vartanian",
            role = c("aut", "cre", "ccp", "cph"),
            email = "danielvartan@proton.me",
            comment = c(ORCID = "0000-0001-7782-759X")
        )
    )
Description: An interface for 'NetLogo' <https://www.netlogo.org> that enables
    programmatic setup and execution of simulations. Designed to facilitate
    integrating 'NetLogo' models into reproducible workflows by creating and
    running 'BehaviorSpace' experiments and retrieving their results.
License: GPL (>= 3)
URL: https://danielvartan.github.io/logolink/,
        https://github.com/danielvartan/logolink/
BugReports: https://github.com/danielvartan/logolink/issues/
Depends: R (>= 4.4)
Imports: checkmate (>= 2.3.3), cli (>= 3.6.5), dplyr (>= 1.1.4), fs (>=
        1.6.6), glue (>= 1.8.0), janitor (>= 2.2.1), magrittr (>=
        2.0.4), purrr (>= 1.1.0), readr (>= 2.1.5), stringr (>= 1.5.2),
        xml2 (>= 1.4.0)
Suggests: bslib (>= 0.9.0), covr (>= 3.6.4), knitr (>= 1.50), spelling
        (>= 2.3.2), testthat (>= 3.2.3), tibble (>= 3.3.0),
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-10-06 07:35:27 UTC; danielvartan
Author: Daniel Vartanian [aut, cre, ccp, cph] (ORCID:
    <https://orcid.org/0000-0001-7782-759X>)
Maintainer: Daniel Vartanian <danielvartan@proton.me>
Repository: CRAN
Date/Publication: 2025-10-09 08:00:02 UTC
Built: R 4.6.0; ; 2025-10-09 12:03:09 UTC; unix
