Hi,
I recently ran into an issue with the createMixtures command of version 1.0.0, and wanted to share in case others are having the same issue (or in case this can help debugging).
I'm used to writing code such as
createMixtures(classes = c(2:4), filename_stem = "test", rdata = iris[,1:4])
Previously, I've been able to run code like this with no issues. However, using the c() piece of code now results in the error: "Error in check_mixtures(modelList) : mixtureSummaryTable requires a list of mixture models as its first argument."
Using the code: createMixtures(classes = 2, filename_stem = "test", rdata = iris[,1:4]) does not result in the same error.
Will this problem be fixed in updates?
Thanks,
Kaylee