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

Install fails for litsearchr #27

Open
andrea-foppiani opened this issue Jun 12, 2020 · 1 comment
Open

Install fails for litsearchr #27

andrea-foppiani opened this issue Jun 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@andrea-foppiani
Copy link

Install fails with message:

> remotes::install_github("rmetaverse/metaverse", dependencies = TRUE)
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo rmetaverse/metaverse@master
Error: Failed to install 'metaverse' from GitHub:
  HTTP error 404.
  No commit found for the ref master

  Did you spell the repo owner (`elizagrames`) and repo name (`litsearchr`) correctly?
  - If spelling is correct, check that you have the required permissions to access the repo.
@andrea-foppiani andrea-foppiani added the bug Something isn't working label Jun 12, 2020
@philsf
Copy link

philsf commented Nov 26, 2021

@andrea-foppiani I stumbled into the same error. After going through the install instructions for that particular package I found that the correct ref is "main", and no longer "master"

Here is the command to install litsearchr:
remotes::install_github("elizagrames/litsearchr", ref="main")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants