diff --git a/DESCRIPTION b/DESCRIPTION index 1da775482..121871b2c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: bayestestR Title: Understand and Describe Bayesian Models and Posterior Distributions -Version: 0.14.0.1 +Version: 0.14.0.2 Authors@R: c(person(given = "Dominique", family = "Makowski", diff --git a/NEWS.md b/NEWS.md index 87761cc84..7ab5b59f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # bayestestR (development version) +## Bug fixes + +* Fixed warning in CRAN check results. + # bayestestR 0.14.0 ## Breaking Changes diff --git a/R/estimate_density.R b/R/estimate_density.R index 5b105fb22..2074c4efc 100644 --- a/R/estimate_density.R +++ b/R/estimate_density.R @@ -20,7 +20,7 @@ #' means that the x axis will be extended by `1/10` of the range of the data. #' @param select Character vector of column names. If `NULL` (the default), all #' numeric variables will be selected. Other arguments from -#' [`datawizard::extract_column_names()`] (such as `exclude`) can also be used. +#' `datawizard::extract_column_names()` (such as `exclude`) can also be used. #' @param by Optional character vector. If not `NULL` and input is a data frame, #' density estimation is performed for each group (subsets) indicated by `by`. #' See examples. diff --git a/man/estimate_density.Rd b/man/estimate_density.Rd index ea5ee5c61..6132abd14 100644 --- a/man/estimate_density.Rd +++ b/man/estimate_density.Rd @@ -48,7 +48,7 @@ This feature is experimental, use with caution.} \item{select}{Character vector of column names. If \code{NULL} (the default), all numeric variables will be selected. Other arguments from -\code{\link[datawizard:extract_column_names]{datawizard::extract_column_names()}} (such as \code{exclude}) can also be used.} +\code{datawizard::extract_column_names()} (such as \code{exclude}) can also be used.} \item{by}{Optional character vector. If not \code{NULL} and input is a data frame, density estimation is performed for each group (subsets) indicated by \code{by}.