Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ VignetteBuilder:
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website: easystats/easystatstemplate
4 changes: 3 additions & 1 deletion R/describe_distribution.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Describe a distribution
#'
#' This function describes a distribution by a set of indices (e.g., measures of
#' centrality, dispersion, range, skewness, kurtosis).
#' centrality, dispersion, range, skewness, (excess) kurtosis).
#'
#' @param x A numeric vector, a character vector, a data frame, or a list. See
#' `Details`.
Expand Down Expand Up @@ -41,6 +41,8 @@
#' [`plot()`-method](https://easystats.github.io/see/articles/parameters.html)
#' implemented in the [**see**-package](https://easystats.github.io/see/).
#'
#' @seealso [kurtosis()] to compute kurtosis (recognized as excess kurtosis).
#'
#' @return A data frame with columns that describe the properties of the variables.
#'
#' @examplesIf require("bayestestR", quietly = TRUE)
Expand Down Expand Up @@ -810,7 +812,7 @@
if (iterations < 200) {
msg <- c(
msg,
"For more stable intervals, increase the number of `iterations`, but note that this can also increase the computation time significantly."

Check warning on line 815 in R/describe_distribution.R

View workflow job for this annotation

GitHub Actions / lint / lint

file=R/describe_distribution.R,line=815,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 146 characters.

Check warning on line 815 in R/describe_distribution.R

View workflow job for this annotation

GitHub Actions / lint-changed-files / lint-changed-files

file=R/describe_distribution.R,line=815,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 146 characters.
) # nolint
}
insight::format_alert(msg)
Expand Down
2 changes: 1 addition & 1 deletion man/adjust.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/contr.deviation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/data_group.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/data_tabulate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/data_to_long.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/data_to_wide.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions man/describe_distribution.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/rescale_weights.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading