474a8fc4 Dominic Ricottone
11 months ago
1 2 3 4 5 6 7 8 9 10 11
.PHONY: install install: sudo pacman -S r-tidyr r-tidytext r-textdata @echo "Interactively run R and call the following commands:" @echo "> library(tidytext)" @echo "> get_sentiments(\"afinn\")" .PHONY: run run: Rscript main.r