juba / rainette

R implementation of the Reinert text clustering method
https://juba.github.io/rainette/
53 stars 7 forks source link

Error: Package "FNN" needed when checking the box "Complete with k-nearest neighbours" #20

Closed gabrielparriaux closed 2 years ago

gabrielparriaux commented 2 years ago

Hello,

When an analysis is being displayed with rainette2_explor and I check the box for "Complete with k-nearest neighbours", I get this error:

Error: Package "FNN" needed for this function to work. Please install it.

It was working fine before.

Do you have any idea of how I can solve this problem?

Thanks a lot,

Gabriel

juba commented 2 years ago

Yes, you can solve it by installing the FNN package :slightly_smiling_face:

gabrielparriaux commented 2 years ago

Perfect, thank you! Sorry for asking a question with such an evident answer…

juba commented 2 years ago

No problem at all !