File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Type: Package
22Package: parameters
33Title: Processing of Model Parameters
4- Version: 0.24.2.9
4+ Version: 0.24.2.10
55Authors@R:
66 c(person(given = "Daniel",
77 family = "Lüdecke",
@@ -225,4 +225,4 @@ Config/testthat/edition: 3
225225Config/testthat/parallel: true
226226Config/Needs/website: easystats/easystatstemplate
227227Config/rcmdcheck/ignore-inconsequential-notes: true
228- Remotes: easystats/insight
228+ Remotes: easystats/insight, easystats/bayestestR
Original file line number Diff line number Diff line change 137137 )
138138
139139 # select parameters to keep. We want all intercepts, and all random slopes
140- components <- .safe( insight :: find_auxiliary(x ) )
140+ components <- insight :: find_auxiliary(x , verbose = FALSE )
141141 # standard components
142142 parameters_to_keep <- params $ Parameter %in% c(" Intercept" , random_slopes $ random )
143143 parameters_to_keep <- parameters_to_keep |
Original file line number Diff line number Diff line change 588588 model <- .get_object(x )
589589 # if yes, extract distributional parameters
590590 if (! is.null(model )) {
591- dpars <- .safe( insight :: find_auxiliary(model ) )
591+ dpars <- insight :: find_auxiliary(model , verbose = FALSE )
592592 # if model has any distributional parameters, check if it's fixed or random
593593 # and create component header
594594 if (! is.null(dpars )) {
You can’t perform that action at this time.
0 commit comments