Open melex001 opened 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.
use_labels
Neither can I run localTests: I get the following error: Error in xtfrm.data.frame(x) : (converted from warning) cannot xtfrm data frames
localTests
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)
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
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?
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