ropensci / nlrx

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

Can the use of extensions in simulation be supported now? e.g. GIS extension #78

Closed wenhanfeng closed 1 year ago

wenhanfeng commented 1 year ago

I try to run a model using GIS extension and now get an error, something like

https://stackoverflow.com/questions/26437112/error-could-not-find-medialib-accelerator-wrapper-classes-with-extension-gis

So can the use of extensions in simulation be supported now? e.g. GIS extension? Thanking you.

nldoc commented 1 year ago

In general, NetLogo extensions should also work with nlrx, as explained here: https://docs.ropensci.org/nlrx/articles/furthernotes.html#netlogo-extensions

The error message posted above is not related to the nlrx package but to the gis extension.

If you encounter any specific problems with NetLogo extensions and nlrx, feel free to re-open this issue and post a complete bug report, including error messages and a reproducible code example.