Package: logolink Title: An Interface for Running 'NetLogo' Simulations Version: 1.0.1.9000 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' 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.4), cli (>= 3.6.5), dplyr (>= 1.2.0), fs (>= 1.6.6), glue (>= 1.8.0), janitor (>= 2.2.1), magrittr (>= 2.0.4), purrr (>= 1.2.1), readr (>= 2.1.6), tidyr (>= 1.3.2), stringr (>= 1.6.0), xml2 (>= 1.5.2) Suggests: bslib (>= 0.10.0), brand.yml (>= 0.1.0), colorspace (>= 2.1.2), covr (>= 3.6.5), curl (>= 7.0.0), ggplot2 (>= 4.0.2), ggimage (>= 0.3.5), ggtext (>= 0.1.2), here (>= 1.0.2), httr2 (>= 1.2.2), knitr (>= 1.51), lifecycle (>= 1.0.5), magick (>= 2.9.0), quarto (>= 1.5.1), ragg (>= 1.5.0), remotes (>= 2.5.0), rsvg (>= 2.7.0), scales (>= 1.4.0), spelling (>= 2.3.2), tibble (>= 3.3.1), testthat (>= 3.3.2) SystemRequirements: NetLogo >= 7.0.1 VignetteBuilder: quarto Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libx11-dev Repository: https://danielvartan.r-universe.dev Date/Publication: 2026-05-12 23:35:41 UTC RemoteUrl: https://github.com/danielvartan/logolink RemoteRef: HEAD RemoteSha: 60fe872b52c0a6637d4df8c7a400444139867ec5 NeedsCompilation: no Packaged: 2026-06-12 10:41:47 UTC; root Author: Daniel Vartanian [aut, cre, ccp, cph] (ORCID: ) Maintainer: Daniel Vartanian