ModelOriented / triplot

Triplot: Instance- and data-level explanations for the groups of correlated features.
https://modeloriented.github.io/triplot/
GNU General Public License v3.0
9 stars 2 forks source link

model_triplot doesn't work with patchwork 1.0.1 #16

Closed kasiapekala closed 4 years ago

kasiapekala commented 4 years ago

model_triplot rises error after upgrading patchwork to version 1.0.1 workaround will be introduced shortly in triplot 1.3

kasiapekala commented 4 years ago

Temporary workaround - downgrading patchwork to 1.0.0:

library(devtools) 
install_version("patchwork", version = "1.0.0")
kasiapekala commented 4 years ago

fixed in triplot 1.3 (to be send to CRAN)