Skip to contents
  • Patch changes were added to the documentation.

CRAN release: 2026-01-08

Breaking Changes

  • logolink now works only with NetLogo 7.0.1 and above. The NetLogo 7.0.1 patch release changed the XML structure of BehaviorSpace experiments; See this GitHub issue to learn more.
  • run_experiment() now returns a list object containing the BehaviorSpace output formats and metadata information.
  • run_experiment() had the parse argument removed. The function now offer an option to return a lists output via the new output parameter. Results containing data in NetLogo’s lists format are returned as character vectors.
  • run_experiment() had the netlogo_home and netlogo_path argument removed. The package now tries to automatically detect the NetLogo installation using helper functions (see find_netlogo_home()). Users can still manually specify the path to NetLogo. See the updated documentation for details.
  • parse_netlogo_list() now always return a list object. The previous behavior of returning a vector when possible was removed.
  • parse_netlogo_list() now returns NaN values as R NaN values instead of "NaN".
  • inspect_experiment_file() was renamed to inspect_experiment().

New Features and Improvements

CRAN release: 2025-10-09

  • First release! 🎉
  • Added a NEWS.md file to track changes to the package.