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’
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’
Looks like you need to install the ISOcodes package. Try that out:
install.packages("ISOcodes")