Skip to content

Commit

Permalink
desc. news
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 18, 2024
1 parent 01d60b3 commit 947e268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: datawizard
Title: Easy Data Wrangling and Statistical Transformations
Version: 0.13.0.8
Version: 0.13.0.9
Authors@R: c(
person("Indrajeet", "Patil", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1995-6531")),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ BUG FIXES
* `describe_distribution()` no longer errors if the sample was too sparse to compute
CIs. Instead, it warns the user and returns `NA` (#550).

* `data_read()` reserves variable types when importing files from `rds` or
`rdata` format.

# datawizard 0.13.0

BREAKING CHANGES
Expand Down

0 comments on commit 947e268

Please sign in to comment.