lexicon
lexicon copied to clipboard
Error message: Failed to install/load: trinker/lexicon
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')