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

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

Zhenglei-BCS opened this issue · comments

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

commented

Duplicate of #874

commented

Please try updating all packages.