ropensci / nlrx

nlrx NetLogo R
https://docs.ropensci.org/nlrx
GNU General Public License v3.0
77 stars 12 forks source link

Run with NetLogo GUI active #100

Closed pndphd closed 1 month ago

pndphd commented 3 months ago

Is it not currently possible to have nlrx open the NetLogo GUI while running, i.e. all runs form nlrx are headless? thanks for the great package!

nldoc commented 1 month ago

Hi @pndphd, yes, all runs are headless. If you want interactive NetLogo sessions with GUI try RNetLogo instead. Disadvantage is, you need rJava to run this package, which might be quite cumbersome to install. Hence, our design decision to skip the GUI which allows us to drop the rJava dependency ;)