From 9faba9f5220780d98d2f5e46f7b7deb38eeedafb Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 3 Mar 2024 18:24:41 +0100 Subject: [PATCH] desc, news --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 048d15065..eeee80702 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: datawizard Title: Easy Data Wrangling and Statistical Transformations -Version: 0.9.1.4 +Version: 0.9.1.5 Authors@R: c( person("Indrajeet", "Patil", , "patilindrajeet.science@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")), diff --git a/NEWS.md b/NEWS.md index 968c9d417..8b6ba88da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # datawizard 0.9.2 +NEW FUNCTIONS + +* `data_summary()`, to compute summary statistics of (grouped) data frames. + CHANGES * `data_modify()` gets three new arguments, `.at`, `.if` and `.modify`, to modify