I have looked at answers here before, but when I tried them, all of them failed. I want to install tm
package from R. I tried:
install.packages("tm", dependencies=TRUE)
but the output always was:
Warning messages:
1: In install.packages("tm", dependencies = TRUE) :
installation of package ‘Rpoppler’ had non-zero exit status
2: In install.packages("tm", dependencies = TRUE) :
installation of package ‘tm’ had non-zero exit status
Any hints?