received following error message:
install.packages(c('tm', 'tm.plugin.sentiment'))
library(tm)
library(tm.plugin.sentiment)
# warning: package ‘tm.plugin.sentiment’ is not available(for R version 3.4.3)
received following error message:
install.packages(c('tm', 'tm.plugin.sentiment'))
library(tm)
library(tm.plugin.sentiment)
# warning: package ‘tm.plugin.sentiment’ is not available(for R version 3.4.3)
tm.plugin.sentiment package not available in cran repository. You can download this package from Github.
install.packages("devtools")
library(devtools)
install_github("mannau/tm.plugin.sentiment")
You can find more information about this package from https://github.com/mannau/tm.plugin.sentiment