ropensci / nlrx

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

Error in Morris elementary effects screening #69

Closed nik1393 closed 1 year ago

nik1393 commented 2 years ago

Hello everyone!

I'm currently trying to set Morris elementary effects screening on my computer. I started with this simple example for wolf-sheep model. Basically, I copied and pasted the code from the example to R. I just changed variables number in the experiments to lower numbers, to make sure that this experiment will run fast on my laptop, and I can be sure that this code works.

Unfortunately, I got the following error message:

Error in vec_rbind(!!!dots, .names_to = .id) : Can't combineshow-energy?<character> andshow-energy?<logical>. In addition: Warning message: Thepathargument ofwrite_lines()is deprecated as of readr 1.4.0. Please use thefileargument instead. This warning is displayed once every 8 hours. Calllifecycle::last_lifecycle_warnings()to see where this warning was generated.

Does anyone know how to solve these errors?

Thank you in advance!