From 1ff61812f314279706bebec7d4b1c28110f93eba Mon Sep 17 00:00:00 2001 From: Your name Date: Tue, 12 Oct 2021 11:30:51 -0500 Subject: [PATCH] Add option to omit colname prefix when only one column is recoded. Thanks to @teofiln for the PR. --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4738880..cd23d11 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: fastDummies Type: Package Title: Fast Creation of Dummy (Binary) Columns and Rows from Categorical Variables -Version: 1.6.3 +Version: 1.7.0 Authors@R: c( person("Jacob", "Kaplan", email = "jkkaplan6@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0601-0387")), diff --git a/NEWS.md b/NEWS.md index b6d1299..060aa10 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# fastDummies 1.7.0 + +* Add option to omit colname prefix when only one column is recoded. Thanks to @teofiln for the PR. + # fastDummies 1.6.3 * Fix bug where inputting a vector or a one column data.frame returned an issue. Now