aalfons / robmed

Perform mediation analysis via a fast-and-robust bootstrap test, as well as various other methods
GNU General Public License v3.0
6 stars 0 forks source link

Make sure plots display correctly with R >= 4.0.0 #22

Closed aalfons closed 3 years ago

aalfons commented 3 years ago

The behavior of data.frame() changed such that character vectors are no longer converted to factors by default. This has some consequences on the plots (e.g., colors, order of facets, ...).

aalfons commented 3 years ago

Forgot to fix this in setup_ci_plot().