quanteda / quanteda.textstats

Textual statistics for quanteda
GNU General Public License v3.0
14 stars 2 forks source link

Prepare for proxyC v0.2.1 #42

Closed koheiw closed 3 years ago

koheiw commented 3 years ago

Suppress warnings by proxyC v0.2.1. I said in #41 that use_nan will help to simplify the code, but it only affects method = correlation. I could not find a reason to return NaN when vectors are all zero in other similarity/distance measures.

codecov[bot] commented 3 years ago

Codecov Report

Merging #42 (356aefe) into master (3302369) will increase coverage by 0.03%. The diff coverage is 100.00%.

:exclamation: Current head 356aefe differs from pull request most recent head 6060ca9. Consider uploading reports for the commit 6060ca9 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   82.19%   82.22%   +0.03%     
==========================================
  Files          16       16              
  Lines        1174     1176       +2     
==========================================
+ Hits          965      967       +2     
  Misses        209      209              
Impacted Files Coverage Δ
R/textstat_simil.R 96.11% <100.00%> (+0.03%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3302369...6060ca9. Read the comment docs.