3

I'm getting the almost the same error as the previous post, but the answers there are not working for me. I was able to use sjPlot with no issues until this afternoon when I installed parameters and sandwich and clubsandwich. I don't know what else I can do to get over this.

  • the error:
> library(sjPlot)
Error: package or namespace load failed for ‘sjPlot’:
 object ‘standard_error_robust’ was not exported by 'namespace:parameters'
In addition: Warning message:
package ‘sjPlot’ was built under R version 4.1.3 
  • Any help would be much appreciated. Updating parameters didn't solve it. Meanwhile, is there an equivalent function for tab_model()? (since I cannot use it...). Thanks in advance.
Larissa Cury
  • 806
  • 2
  • 11
  • Have you updated `sjPlot` as well? – stefan Nov 30 '22 at 23:56
  • @stefan , yes :/ – Larissa Cury Nov 30 '22 at 23:57
  • 1
    There is a related issue on GitHub with some instructions to fix the issue: https://github.com/strengejacke/sjPlot/issues/866 – stefan Dec 01 '22 at 00:06
  • 2
    @stefan hi, thanks, so I've tried strengejacke's solution there and it worked after running ```Run install.packages(c("sjstats", "sjPlot"))``` . Thing is, now whenever I run library(sjPlot) it advices me to load all sj packages, but that's ok (I didn't even know sjstats) – Larissa Cury Dec 01 '22 at 10:35
  • `sjPlot` **randomly** emits helpful package startup messages: see https://github.com/strengejacke/sjPlot/blob/master/R/zzz.R – Ben Bolker Dec 14 '22 at 14:38

1 Answers1

0

devtools::install_github("strengejacke/sjPlot") worked for me :D