Skip to content

Commit f84e40f

Browse files
committed
docs: adding count_diff to NEWS
1 parent 0f5dca0 commit f84e40f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Development version, changes from preceding version are listed below:
44

5+
- New function: `count_diff`. Similar to `count` except that it accepts two input vectors and counts the difference for each specified element (or all elements) between the two
56
- Function fix: Fixed issue with `replace_non_ascii` where if `include_letters` was set to `FALSE` a warning was still generated for non-ASCII letters when they were part of a larger string (e.g., "\<non-ascii\>xyz", etc.)
67
- Vignette update: separated the single package vignette into separate, smaller files that give a tutorial for groups of functions with similar use-cases (e.g., quality control, data visualization, etc.)
78
- Namespaced all function examples--should allow users to run example code without loading the package explicitly (though they will need to have installed the package at least once before)

0 commit comments

Comments
 (0)