In lines 379-380 of gapclosing.R, the parallel computing is set up. This currently uses a %dopar% loop which is not reproducible. I expect that modifying to a %dorng% loop will make the standard errors reproducible. (Thanks to Yanqing Gui for catching this)