Hi
Here's my Rmarkdown code:
```{r cars, echo=FALSE}
install.packages("sentimentr")
library(sentimentr)
```
I was able to install the above package but can't load the library due to the following error:
Error: package or namespace load failed for ‘sentimentr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘glue’ 1.2.0 is already loaded, but >= 1.3.0 is required
I'm using Rstudio 3.5.0 and have recently installed my packages. I have tried to re-install tidyr, tidyselect, dplyr but still encounter the same error. Pls advise, thanks.