ropensci / nlrx

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

Outdated documentation on parallelisation #91

Open m4x74 opened 9 months ago

m4x74 commented 9 months ago

I found that the documentation regarding the parallelisation on local machine is based on a deprecated future plan (see future#420 or here). The future::plan(multiprocess) is replaced by future::plan(multiprocess) and future::plan(multicore).