quanteda / quanteda.textstats

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

textstat_simil error: unused argument (use_nan = use_na) #56

Closed ureber closed 1 year ago

ureber commented 1 year ago

I repeatedly get the following error when using the textstat_simil on a(ny) dfm. I understand that it is from the underlying textstat_proxy function, but don't know how to fix it. Do you have an idea what causes the error and how it could be solved?

Error in proxyC::simil(x, NULL, 2, method, min_simil = min_proxy, rank = rank, : unused argument (use_nan = use_na)

Thanks, Ueli

ureber commented 1 year ago

Problem solved by updating everything to the latest version as mentioned here: https://github.com/quanteda/quanteda.textstats/issues/51#issuecomment-1100906341