Skip to content

Warning messages on QCA::minimize() ? related to changes to {admisc} dependency #3

@craig-parylo

Description

@craig-parylo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions