From f51b1a0c9279c85cd84061de4a656e566d5b179f Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 1 Nov 2024 17:12:59 +0100 Subject: [PATCH 1/4] test on insight-PR --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7f260e59e..f59ac3711 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -223,4 +223,4 @@ Config/testthat/edition: 3 Config/testthat/parallel: true Config/Needs/website: easystats/easystatstemplate Config/rcmdcheck/ignore-inconsequential-notes: true -Remotes: easystats/insight +Remotes: easystats/insight#952 From 4f7b5bf4359da876c0d25e7c848c242352bec7f2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 1 Nov 2024 22:36:27 +0100 Subject: [PATCH 2/4] remotes --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index f59ac3711..7f260e59e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -223,4 +223,4 @@ Config/testthat/edition: 3 Config/testthat/parallel: true Config/Needs/website: easystats/easystatstemplate Config/rcmdcheck/ignore-inconsequential-notes: true -Remotes: easystats/insight#952 +Remotes: easystats/insight From 2c1f9fddacc2f74be44208bb66ec09abb6f82600 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 1 Nov 2024 23:03:21 +0100 Subject: [PATCH 3/4] docs --- R/print.parameters_model.R | 7 +++++++ man/model_parameters.Rd | 6 ++++++ man/print.compare_parameters.Rd | 6 ++++++ man/print.parameters_model.Rd | 6 ++++++ 4 files changed, 25 insertions(+) diff --git a/R/print.parameters_model.R b/R/print.parameters_model.R index fe6ec75da..61ab8cb81 100644 --- a/R/print.parameters_model.R +++ b/R/print.parameters_model.R @@ -147,6 +147,13 @@ #' default for the `select` argument. See argument's documentation for available #' options. #' +#' - `easystats_table_width`: `options(easystats_table_width = )` will +#' set the default width for tables in text-format, i.e. for most of the outputs +#' printed to console. If not specified, tables will be adjusted to the current +#' available width, e.g. of the of the console (or any other source for textual +#' output, like markdown files). The argument `table_width` can also be used in +#' most `print()` methods to specify the table width as desired. +#' #' - `easystats_html_engine`: `options(easystats_html_engine = "gt")` will set #' the default HTML engine for tables to `gt`, i.e. the _gt_ package is used to #' create HTML tables. If set to `tt`, the _tinytable_ package is used. diff --git a/man/model_parameters.Rd b/man/model_parameters.Rd index 80f067b8f..e92afb737 100644 --- a/man/model_parameters.Rd +++ b/man/model_parameters.Rd @@ -434,6 +434,12 @@ will replace the interaction mark (by default, \code{*}) with the related charac \item \code{parameters_select}: \verb{options(parameters_select = )} will set the default for the \code{select} argument. See argument's documentation for available options. +\item \code{easystats_table_width}: \verb{options(easystats_table_width = )} will +set the default width for tables in text-format, i.e. for most of the outputs +printed to console. If not specified, tables will be adjusted to the current +available width, e.g. of the of the console (or any other source for textual +output, like markdown files). The argument \code{table_width} can also be used in +most \code{print()} methods to specify the table width as desired. \item \code{easystats_html_engine}: \code{options(easystats_html_engine = "gt")} will set the default HTML engine for tables to \code{gt}, i.e. the \emph{gt} package is used to create HTML tables. If set to \code{tt}, the \emph{tinytable} package is used. diff --git a/man/print.compare_parameters.Rd b/man/print.compare_parameters.Rd index bf8fd3172..7185d2d86 100644 --- a/man/print.compare_parameters.Rd +++ b/man/print.compare_parameters.Rd @@ -248,6 +248,12 @@ will replace the interaction mark (by default, \code{*}) with the related charac \item \code{parameters_select}: \verb{options(parameters_select = )} will set the default for the \code{select} argument. See argument's documentation for available options. +\item \code{easystats_table_width}: \verb{options(easystats_table_width = )} will +set the default width for tables in text-format, i.e. for most of the outputs +printed to console. If not specified, tables will be adjusted to the current +available width, e.g. of the of the console (or any other source for textual +output, like markdown files). The argument \code{table_width} can also be used in +most \code{print()} methods to specify the table width as desired. \item \code{easystats_html_engine}: \code{options(easystats_html_engine = "gt")} will set the default HTML engine for tables to \code{gt}, i.e. the \emph{gt} package is used to create HTML tables. If set to \code{tt}, the \emph{tinytable} package is used. diff --git a/man/print.parameters_model.Rd b/man/print.parameters_model.Rd index d3d0b4d8b..ec4954f0a 100644 --- a/man/print.parameters_model.Rd +++ b/man/print.parameters_model.Rd @@ -289,6 +289,12 @@ will replace the interaction mark (by default, \code{*}) with the related charac \item \code{parameters_select}: \verb{options(parameters_select = )} will set the default for the \code{select} argument. See argument's documentation for available options. +\item \code{easystats_table_width}: \verb{options(easystats_table_width = )} will +set the default width for tables in text-format, i.e. for most of the outputs +printed to console. If not specified, tables will be adjusted to the current +available width, e.g. of the of the console (or any other source for textual +output, like markdown files). The argument \code{table_width} can also be used in +most \code{print()} methods to specify the table width as desired. \item \code{easystats_html_engine}: \code{options(easystats_html_engine = "gt")} will set the default HTML engine for tables to \code{gt}, i.e. the \emph{gt} package is used to create HTML tables. If set to \code{tt}, the \emph{tinytable} package is used. From 1416cf59c42855c8ddf74971425b5a2d912ec0c4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 3 Nov 2024 10:23:32 +0100 Subject: [PATCH 4/4] use dev-insight --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7f260e59e..58394ab64 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: parameters Title: Processing of Model Parameters -Version: 0.23.0.3 +Version: 0.23.0.4 Authors@R: c(person(given = "Daniel", family = "Lüdecke",