strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science

Home Page:https://strengejacke.github.io/sjPlot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Receiving namespace error

Cghlewis opened this issue · comments

Hi,

Any thoughts about why I am getting this error? Thank you.

d10 <- tibble::tribble(
~Var1, ~Var2, ~Var3,
"a", 1, 3,
"b", -999, 1,
"c", 2, -999,
)

sjPlot::view_df(d10)
#> Error: object 'convert_data_to_numeric' is not exported by 'namespace:datawizard'

Created on 2023-01-24 by the reprex package (v2.0.1)

commented

I think some of your packages are not up to date. Try updating parameters, datawizard and sjPlot. Does this help?

Thanks for the suggestion. I had already updated sjPlot and datawizard but I updated parameters and now I am receiving this error. :(

sjPlot::view_df(d10)
#> Registered S3 methods overwritten by 'effectsize':
#> method from
#> standardize.Surv datawizard
#> standardize.bcplm datawizard
#> standardize.clm2 datawizard
#> standardize.default datawizard
#> standardize.mediate datawizard
#> standardize.wbgee datawizard
#> standardize.wbm datawizard
#> Error: object 'standard_error_robust' is not exported by 'namespace:parameters'

Created on 2023-01-24 by the reprex package (v2.0.1)

I uninstalled and reinstalled several packages and now it is working. Thank you for your help!

commented

Yes that would have been my next suggestion. Try updating all packages. :-)