'How to load sjPlot when receiving namespace:insight error?

When loading sjPlot, I receive the following error:

Error: package or namespace load failed for ‘sjPlot’:
 object ‘reshape_ci’ is not exported by 'namespace:insight'

I read elsewhere that the insight package might be out of date. So I've tried to update the insight package to no avail. I also tried updating the sjPlot package without success. I did all of these things in combination with restarting a clean RStudio session (closing and re-opening RStudio) and also removed and re-installed sjPlot and insight. I also tried update.packages() for both sjPlot and insight.

I'm out of ideas on how to load the sjPlot package at this point. How can I load it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source