Conversation
Codecov Report
@@ Coverage Diff @@
## master #3850 +/- ##
==========================================
+ Coverage 99.42% 99.42% +<.01%
==========================================
Files 71 71
Lines 13441 13443 +2
==========================================
+ Hits 13364 13366 +2
Misses 77 77
Continue to review full report at Codecov.
|
|
Note From Matt: Thanks. Yep let's just remove it then (will do). Great. |
|
One question, as of From Matt: yes the value returned from From Shrektan: Thanks. For future readers, you may find https://github.com/kalibera/cran-checks/blob/master/rchk/PROTECT.md useful. |
mattdowle
left a comment
There was a problem hiding this comment.
Excellent! Much simpler and better!
Closes #3844
chmatchdup()now handles non-ASCII strings correctly.More specifically,
chmatchdup ()calls the C codechmatchMain(), which would fall back toRf_match()when non-ASCII strings were detected. However, the implementation was correct only before the parambool chmatchdupgot introduced. SinceRf_match()can't handle the paramchmatchdup, it would return undesired results for non-ASCII strings.This PR will address this issue.