You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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.
The text was updated successfully, but these errors were encountered:
@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")
Install fails with message:
The text was updated successfully, but these errors were encountered: