The extra information required to run imposex assessments is now passed directly into run-assessment using the extra_data argument. The old objects biota.VDS.est and 'biota.VDS.cl` are no longer hard-wired into the code, and do not need to be exported when running in parallel.
The code for using this extra information has been tidied up and some documentation added.
Tested on the OSPAR 2024 imposex data and produces identical results (when run with parallel = FALSE and TRUE).
Resolves #382 (which has already been closed)
The extra information required to run imposex assessments is now passed directly into
run-assessment
using theextra_data
argument. The old objectsbiota.VDS.est
and 'biota.VDS.cl` are no longer hard-wired into the code, and do not need to be exported when running in parallel.The code for using this extra information has been tidied up and some documentation added.
Tested on the OSPAR 2024 imposex data and produces identical results (when run with parallel = FALSE and TRUE).