Skip to content

Commit 502973a

Browse files
committed
formatting tweaks to NEWS
1 parent 2298a73 commit 502973a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# janitor 1.1 (2018-07-17)
22

3+
## Release summary
34
This release was requested by CRAN to address some minor package dependency issues. It also contains several updates and additions described below.
45

56
## Major Features
67

7-
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.
8+
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.
89

910
## Minor features
1011

0 commit comments

Comments
 (0)