OpenSDPsynthR icon indicating copy to clipboard operation
OpenSDPsynthR copied to clipboard

API change in simglm package

Open jknowles opened this issue 7 years ago • 1 comments

The code of the simglm package which underlies much of the assessment/outcome simulation in OpenSDPsynthR is being reconfigured.

This will cause a break in code when users use a new version of that package. Code will need to be rewritten to meet the new API or an alternative simulation strategy identified.

https://github.com/lebebr01/simglm/issues

jknowles avatar Jun 13 '18 19:06 jknowles

For now, the way around this is to install a frozen in time fork of the package:

devtools::install_github("jknowles/simglm")

jknowles avatar Oct 18 '18 15:10 jknowles