Skip to content

Commit

Permalink
Fix CRAN note
Browse files Browse the repository at this point in the history
Fixes #658
  • Loading branch information
strengejacke committed Jul 27, 2024
1 parent b308a86 commit 84ce5c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# bayestestR (development version)

## Bug fixes

* Fixed warning in CRAN check results.

# bayestestR 0.14.0

## Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion R/estimate_density.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion man/estimate_density.Rd

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

0 comments on commit 84ce5c7

Please sign in to comment.