trinker / lexicon

A data package containing lexicons and dictionaries for text analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error message: Failed to install/load: trinker/lexicon

kimxxx333 opened this issue · comments

Hello,

I am relatively new to coding/ programming, and I encountered this issue which I hope you could assist me with:
I was trying to install and load the trinker/lexicon package using the code provided:
"if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("trinker/lexicon") "

However, whenever I tried this, I always received the warning message:
"In pacman::p_load_gh("trinker/lexicon") :
Failed to install/load:
trinker/lexicon"

Thank you!

I am unsure of the issue. Can you try:

library(remotes)
install_github('trinker/lexicon')