Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kimxxx333 opened this issue Feb 18, 2021 · 1 comment
Open

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

kimxxx333 opened this issue Feb 18, 2021 · 1 comment

Comments

@kimxxx333
Copy link

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!

@trinker
Copy link
Owner

trinker commented Oct 11, 2021

I am unsure of the issue. Can you try:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants