Closed statzhero closed 6 months ago
I get this error; possibly after updating.
library(sjstats) Error: package or namespace load failed for ‘sjstats’: object ‘standard_error_robust’ is not exported by 'namespace:parameters' sessionInfo() R version 4.2.0 (2022-04-22) Platform: aarch64-apple-darwin20 (64-bit) Running under: macOS Monterey 12.6 Matrix products: default LAPACK: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRlapack.dylib locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices datasets utils methods [7] base loaded via a namespace (and not attached): [1] Rcpp_1.0.9 nloptr_2.0.3 pillar_1.8.1 [4] compiler_4.2.0 parameters_0.19.0.18 tools_4.2.0 [7] boot_1.3-28 lme4_1.1-31 nlme_3.1-160 [10] lifecycle_1.0.3 tibble_3.1.8 lattice_0.20-45 [13] pkgconfig_2.0.3 rlang_1.0.6 Matrix_1.5-3 [16] cli_3.4.1 rstudioapi_0.14 yaml_2.3.6 [19] mvtnorm_1.1-3 coda_0.19-4 bayestestR_0.13.0 [22] dplyr_1.0.99.9000 generics_0.1.3 vctrs_0.5.1.9000 [25] grid_4.2.0 tidyselect_1.2.0 glue_1.6.2 [28] R6_2.5.1 fansi_1.0.3 minqa_1.2.5 [31] modelr_0.1.10 tidyr_1.2.1 purrr_0.3.5 [34] magrittr_2.0.3 backports_1.4.1 emmeans_1.8.2 [37] MASS_7.3-58.1 splines_4.2.0 datawizard_0.6.3.11 [40] insight_0.18.7 effectsize_0.8.2 xtable_1.8-4 [43] renv_0.16.0 utf8_1.2.2 estimability_1.4.1 [46] broom_1.0.1
I downgraded parameters to version 0.19.0 and it worked again.
parameters
Updating all packages to their latest version should solve this issue.
I get this error; possibly after updating.