diff --git a/DESCRIPTION b/DESCRIPTION index 6562deae0..93425bdbb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: datawizard Title: Easy Data Wrangling and Statistical Transformations -Version: 0.8.0.1 +Version: 0.8.0.2 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 3622c1738..9b901a630 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # datawizard (devel) +CHANGES + +* `recode_into()` gains an `overwrite` argument to skip overwriting already + recoded cases when multiple recode patterns apply to the same case. + BUG FIXES * Fixed issues in `data_write()` when writing labelled data into SPSS format