Closed matgbar closed 6 years ago
It would appear as though the problem is related to the tidyr
function extract
. Need to unload all packages from the environment prior to running the program. Probably a good practice any way to assume whatever is in the user's R environment when they run the app could conflict with the code.
Added new code that wipes the package slate clean when the program starts.
Should fix the problem in this case.
The imputation ran to completion, but the extract() function did not work. The following warning appeared: