rmetaverse / metaverse

Package to provide consistent evidence synthesis workflow in R
https://rmetaverse.github.io/
GNU Lesser General Public License v3.0
52 stars 10 forks source link

Install fails for litsearchr #27

Open andrea-foppiani opened 4 years ago

andrea-foppiani commented 4 years ago

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.
philsf commented 2 years ago

@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")