-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Thank you for writing this great package.
I'm new to QCA and working my way through some examples on the book: https://bookdown.org/dusadrian/QCAbook/minimize.html
I'm getting some warning messages when running the minimize() function on a truth table which appear to be related to the {admisc} package dependency:
LC <- QCA::LC
ttLC <- QCA::truthTable(LC, outcome = SURV, incl.cut = 0.9, show.cases = TRUE)
consLC <- QCA::minimize(ttLC, details = TRUE)
# console warning messages:
Warning messages:
1: In admisc::writePrimeimp(impmat = inputt, mv = mv, collapse = collapse, :
Function writePrimeimp() is deprecated, use writePIs().
2: In admisc::writePrimeimp(impmat = expressions, mv = mv, collapse = collapse, :
Function writePrimeimp() is deprecated, use writePIs().
3: In admisc::writePrimeimp(primes, mv = mv, collapse = collapse, curly = curly) :
Function writePrimeimp() is deprecated, use writePIs().
4: In admisc::writePrimeimp(configs, mv = mv, collapse = collapse, :
Function writePrimeimp() is deprecated, use writePIs().
5: In admisc::writePrimeimp(impmat = inputt, mv = mv, collapse = collapse) :
Function writePrimeimp() is deprecated, use writePIs().
The minimisation process appears to work as described. I'm just flagging the unexpected console warning messages as a possible UX improvement.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels