SachaEpskamp / semPlot

Path diagrams and visual analysis of various SEM packages' output
GNU General Public License v2.0
61 stars 20 forks source link

semPaths default args generate warnings from qgraph #10

Closed machow closed 6 years ago

machow commented 7 years ago

I suspect that originally args from semPaths were harmlessly being passed through to qgraph, but a commit back in February added a warning for unused args. (I'm using the master branch of semPlot).

This is the qgraph commit where the warning was introduced:

https://github.com/SachaEpskamp/qgraph/commit/3ff75af3070c38baa07490a4d82399faac591226

SachaEpskamp commented 6 years ago

This should be fixed in devel versions. There are some hidden qgraph arguments used by semPlot ;)