strengejacke / sjPlot

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

package cannot be installed correctly: object ‘standard_error_robust’ is not exported by 'namespace:parameters' #872

Closed Zhenglei-BCS closed 1 year ago

Zhenglei-BCS commented 1 year ago

It seems the newly installed parameters does not have a ‘standard_error_robust’ function and it dose have parameters:::standard_error.lm_robust() though.

Error: object ‘standard_error_robust’ is not exported by 'namespace:parameters'
Execution halted
ERROR: lazy loading failed for package ‘sjPlot’
Zhenglei-BCS commented 1 year ago

Not sure if this happened to someone else. On another clean instance, I can install the sjPlot package successfully without updating the parameters package. I think it might be the environment from a single workspace causing the installation error. I am leaving this issue open for now and will try to figure out if I can solve this error by updating all packages.

Zhenglei-BCS commented 1 year ago

Update: Couldn't pinpoint which outdated package causing this issue, but a full update of all packages solved this issue.

strengejacke commented 1 year ago

Thanks! Glad that now everything works fine.