lexicon icon indicating copy to clipboard operation
lexicon copied to clipboard

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

Open kimxxx333 opened this issue 4 years ago • 1 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!

kimxxx333 avatar Feb 18 '21 14:02 kimxxx333

I am unsure of the issue. Can you try:

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

trinker avatar Oct 11 '21 22:10 trinker