jtextor / dagitty

Graphical analysis of structural causal models / graphical causal models.
GNU General Public License v2.0
290 stars 46 forks source link

Error after updating R #101

Open melex001 opened 2 days ago

melex001 commented 2 days ago

Good morning,

Thanks very much for developing and maintaining this excellent package.

I wanted to let you know that after updating, I am getting some errors when using dagitty and ggdag.

Specifically, use_labels no longer works when creating DAGs.

Neither can I run localTests: I get the following error: Error in xtfrm.data.frame(x) : (converted from warning) cannot xtfrm data frames

I tried updating dagitty and ggdag but this hasn't helped.

Here is my session info: R version 4.2.2 (2022-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 22621)

Melissa

malcolmbarrett commented 2 days ago

ggdag and dagitty are separately maintained (I maintain ggdag), so we'll have to figure out where this issue belongs.

Can you please provide a small reproducible example of your code that is not working?