one can provide a list of seeds or a list of sup-filenames and all those simulations will be executed in parallel
read_opop and read_omar will read several result files into one dataframe, if the user supplies a list of seeds or a list of filenames instead of only one seed. These functions increment ids so that ids will not collide.
printing to the console:
removed lots of unneccessary print statements
replaced lots of sprintf statements in the C/C++ code with safer wrapper functions
most simulation log-file statements are now “debug-level” and will not pollute the log-file
Making the package CRAN-ready by removing lots of warnings
fixed some issues/inconsistencies in retrieve_kin and estimate_rates
added more test simulations
Bugfix:restore input/output folder naming behavior from version 1.5.9
rsocsim 1.9 (March/April 2026)
improved marriage queue:
array based index
1.9.2: for performance, one can now sample n males instead of all males from the marriage queue
default marriage_sample_size = 1000 *change in sup-file with the keyword “marriage_sample_size 2000”
rsocsim 1.8.5 (March 2026)
added a working minimum age check for husbands, defaults to 15 years. Didn’t always work before
rsocsim 1.8 (Jan 2026)
added end2end tests as a preparation for some improvements to the C code
rsocsim 1.7.4 (Dec 5 2025)
added parameter presim_duration_months to download_rates