strengejacke / sjPlot

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

installation error due to object ‘standard_error_robust’ is not exported by 'namespace:parameters' #875

Closed Zhenglei-BCS closed 1 year ago

Zhenglei-BCS commented 1 year ago

I think the error is caused by the removing of function "standard_error_robust" from parameters package.

> install.packages("sjPlot")
Installing package into ‘/home/zhenglei_gao/R/x86_64-pc-linux-gnu-library/4.2’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/src/contrib/sjPlot_2.8.12.tar.gz'
Content type 'application/x-gzip' length 934809 bytes (912 KB)
==================================================
downloaded 912 KB

* installing *source* package ‘sjPlot’ ...
** package ‘sjPlot’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Error: object ‘standard_error_robust’ is not exported by 'namespace:parameters'
Execution halted
ERROR: lazy loading failed for package ‘sjPlot’
* removing ‘/home/zhenglei_gao/R/x86_64-pc-linux-gnu-library/4.2/sjPlot’
* restoring previous ‘/home/zhenglei_gao/R/x86_64-pc-linux-gnu-library/4.2/sjPlot’
Warning in install.packages :
  installation of package ‘sjPlot’ had non-zero exit status
install.packages("sjPlot")
#> Installing package into '/home/zhenglei_gao/R/x86_64-pc-linux-gnu-library/4.2'
#> (as 'lib' is unspecified)
#> Warning in install.packages("sjPlot"): installation of package 'sjPlot' had non-
#> zero exit status

Created on 2023-01-26 with reprex v2.0.2

strengejacke commented 1 year ago

Duplicate of #874

strengejacke commented 1 year ago

Please try updating all packages.