strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science
https://strengejacke.github.io/sjPlot
603 stars 91 forks source link

Error: package or namespace load failed for ‘sjPlot’ #860

Closed jobreu closed 1 year ago

jobreu commented 1 year ago

When trying to load sjPlot, I get the following error message:

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

I have updated sjPlot as well as the parameters package. My R version is 4.1.3, sjPlot is 2.8.11, and parameters is 0.19.0

In a previous attempt to load sjPlot I got the same error message for the function check_heterogeneity (also from parameters)

jobreu commented 1 year ago

I tried installing earlier versions of parameters and then also sjPlot which did not solve the issue. However, completely uninstalling and reinstalling both packages in a clean R session seems to have solved the issue.