Package: nlrx Type: Package Title: Setup, Run and Analyze 'NetLogo' Model Simulations from 'R' via 'XML' Version: 0.4.6 Authors@R: c(person("Jan", "Salecker", email = "jan.salecker@posteo.de", role = c("aut"), comment = c(ORCID = '0000-0002-9000-4229')), person("Marco", "Sciaini", email = "sciaini.marco@gmail.com", role = c("aut"), comment = c(ORCID = '0000-0002-3042-5435')), person("Marina", "Papadopoulou", role = "rev", comment = "Marina reviewed the package for ropensci, see "), person("Sebastian", "Hanss", email = "nlrx@mailbox.org", role = c("cre"), comment = "Package maintainer together with Jan Salecker")) Description: Setup, run and analyze 'NetLogo' () model simulations in 'R'. 'nlrx' experiments use a similar structure as 'NetLogos' Behavior Space experiments. However, 'nlrx' offers more flexibility and additional tools for running and analyzing complex simulation designs and sensitivity analyses. The user defines all information that is needed in an intuitive framework, using class objects. Experiments are submitted from 'R' to 'NetLogo' via 'XML' files that are dynamically written, based on specifications defined by the user. By nesting model calls in future environments, large simulation design with many runs can be executed in parallel. This also enables simulating 'NetLogo' experiments on remote high performance computing machines. In order to use this package, 'Java' and 'NetLogo' (>= 5.3.1) need to be available on the executing system. License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://docs.ropensci.org/nlrx/, https://github.com/ropensci/nlrx/ BugReports: https://github.com/ropensci/nlrx/issues/ Imports: XML, lhs, sensitivity, dplyr, readr, purrr, furrr, magrittr, stats, utils, GenSA, genalg, raster, rstudioapi, sf, tidyr, methods, tibble, crayon, igraph, stringr, progressr, EasyABC Depends: R (>= 3.3) Suggests: testthat, mockery, knitr, rmarkdown, covr VignetteBuilder: knitr SystemRequirements: NetLogo (>= 5.3.1), Java (>= 11), pandoc, OpenSSL, udunits-2, PROJ.4, GEOS, GDAL, libxml2 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev make default-jdk libicu-dev libuv1-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev zlib1g-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-11-25 13:59:56 UTC RemoteUrl: https://github.com/ropensci/nlrx RemoteRef: master RemoteSha: 3781766fcff7cd870134491501b78c2be104f6e9 NeedsCompilation: no Packaged: 2026-06-15 08:03:30 UTC; root Author: Jan Salecker [aut] (ORCID: ), Marco Sciaini [aut] (ORCID: ), Marina Papadopoulou [rev] (Marina reviewed the package for ropensci, see ), Sebastian Hanss [cre] (Package maintainer together with Jan Salecker) Maintainer: Sebastian Hanss