I am trying to install the sentiment.ai R package on an OSX machine with an M2 processor. I get this error:
<code>install.packages("sentiment.ai")
library(sentiment.ai)
install_sentiment.ai()
Error in .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) :
invalid non-character version specification 'x' (type: double)
</code>
<code>install.packages("sentiment.ai")
library(sentiment.ai)
install_sentiment.ai()
Error in .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) :
invalid non-character version specification 'x' (type: double)
</code>
install.packages("sentiment.ai")
library(sentiment.ai)
install_sentiment.ai()
Error in .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) :
invalid non-character version specification 'x' (type: double)
I cannot go beyond that error. I uninstalled and reinstalled R and RStudio. A friend told me it works on an Intel machine, but I don’t have one.