Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New error in calling library(sjPlot) #769

Closed
teindor opened this issue Jul 2, 2021 · 3 comments
Closed

New error in calling library(sjPlot) #769

teindor opened this issue Jul 2, 2021 · 3 comments

Comments

@teindor
Copy link

teindor commented Jul 2, 2021

Hello,
I'm using sjPlot quite often (especially tab_model). Yesterday I tried to load the package using library(sjPlot) and got this message:
Error: package or namespace load failed for ‘sjPlot’:
object ‘data_partition’ is not exported by 'namespace:parameters'

I tied to reinstall it from GitHub and the regular install.packages and I get a message stating that the package has non-zero exit status

Please advise
Great package!
Tsachi

@strengejacke
Copy link
Owner

Hi Tsachi, sorry for responding so late. If you update all packages from CRAN, using install.packages(..., dependencies = TRUE), that should fix the error.

@joachimstarck
Copy link

Hi,
I also have this problem -
library(sjPlot)
Error: package or namespace load failed for ‘sjPlot’:
object ‘parameters_table’ is not exported by 'namespace:insight'

I've tried re-install as above and re-installing "insight". I'm very fund of your tab_model and plot_model so I really would like this to work.

@strengejacke
Copy link
Owner

I suggest following steps:

  1. install.packages("easystats", dependencies = TRUE)
  2. easystats::install_latest()
  3. install.packages("sjPlot", dependencies = TRUE)

That should resolve these issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants