From 502973a14e587d00d55c6fc816a0fade3b01fce9 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Tue, 17 Jul 2018 21:27:26 -0400 Subject: [PATCH] formatting tweaks to NEWS --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f3e9295e..be5f36fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,11 @@ # janitor 1.1 (2018-07-17) +## Release summary This release was requested by CRAN to address some minor package dependency issues. It also contains several updates and additions described below. ## Major Features -The new function `row_to_names` handles the case where a dirty data file is read in with its names stored as a row of the data.frame, rather than in the names. This function sets the names of the data.frame to this row and optionally cleans up the rows above and including where the names were stored. Thanks to **@billdenney** for writing this feature. +The new function `row_to_names()` handles the case where a dirty data file is read in with its names stored as a row of the data.frame, rather than in the names. This function sets the names of the data.frame to this row and optionally cleans up the rows above and including where the names were stored. Thanks to **@billdenney** for writing this feature. ## Minor features