I'm using RStudio to make my scrits. I try to install a package named topicmodels
through the command
install.packages("topicmodels")
However, I get the following error message:
ERROR: dependency ‘tm’ is not available for package ‘topicmodels’.
RStudio Version: Version 1.1.456. Operating System: Ubuntu 16.04
How would I solve this?