Hi everyone,
I'm excited to announce version 1.0.0 of the
logolink R package, an interface for running NetLogo simulations from R. The new release is available on
CRAN and
GitHub.
The previous version stopped working due to a NetLogo 7.0.1 patch update that changed the
BehaviorSpace XML format. Details are available in
this GitHub issue.
To resolve this issue, I've made significant changes to the package and added several new features. Here are the main ones:
-
logolink is now feature-complete for
BehaviorSpace functionality. The
create_experiment() function now supports subexperiments, and
run_experiment() supports all four
BehaviorSpace output formats:
Table,
Spreadsheet,
Lists, and
Statistics.
- Improved heuristics that automatically identify and validate NetLogo installations on Windows, macOS, and Linux.
- New vignettes that
introduce the package and demonstrate
how to create plots and animations of NetLogo models using
ggplot2.
Additionally,
logolink has been submitted for peer review at
rOpenSci.
You can view the full changelog
here.