1

I tried to install tidytext package and received below dependency-ERROR. Please help.

ERROR: dependency ‘ISOcodes’ is not available for package ‘stopwords’ ERROR: dependency ‘stopwords’ is not available for package ‘tidytext’

Curi0us
  • 11
  • 1

1 Answers1

0

Looks like you need to install the ISOcodes package. Try that out:

install.packages("ISOcodes")
Julia Silge
  • 10,848
  • 2
  • 40
  • 48