You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI trying to run this on a mac locally I had some issues. It failed with the following error:
Start running cnetml 51.79 real 51.36 user 0.17 sys Finish running cnetml Warning message: The sizeargument ofelement_rect()is deprecated as of ggplot2 3.4.0. ℹ Please use thelinewidth` argument instead.
plot title
Plotting the tree in inputdir//MaxL-m3-o1-s2-cons0-estmu0-combined.txt
Error in geom_segment2():
! Problem while converting geom to grob.
ℹ Error occurred in the 3rd layer.
Caused by error in check.length():
! 'gpar' element 'lwd' must not be length 0
Backtrace:
▆
Hi
Great tool. Thanks.
FYI trying to run this on a mac locally I had some issues. It failed with the following error:
Start running cnetml 51.79 real 51.36 user 0.17 sys Finish running cnetml Warning message: The
sizeargument of
element_rect()is deprecated as of ggplot2 3.4.0. ℹ Please use the
linewidth` argument instead.plot title
Plotting the tree in inputdir//MaxL-m3-o1-s2-cons0-estmu0-combined.txt
Error in
geom_segment2()
:! Problem while converting geom to grob.
ℹ Error occurred in the 3rd layer.
Caused by error in
check.length()
:! 'gpar' element 'lwd' must not be length 0
Backtrace:
▆
Execution halted
`
I had to install a mamba virtual environment with ggplot2 3.3.0 to get it to work. Assume it's due to lwd in gpar?
Thanks
Phil
The text was updated successfully, but these errors were encountered: