I must be doing something silly, but I can't install this package of mine from Github:
remotes::install_github("maialab/hapiviz")
#> Using github PAT from envvar GITHUB_PAT
#> Downloading GitHub repo maialab/hapiviz@HEAD
#> Error: Failed to install 'hapiviz' from GitHub:
#> HTTP error 404.
#> Not Found
#>
#> Did you spell the repo owner (`maialab`) and repo name (`gwasrapidd`) correctly?
#> - If spelling is correct, check that you have the required permissions to access the repo.
The package hapiviz is public so it should not be a permission issue.
And what raises a red flag for me is that suggestion indicating a possible spelling mistake, which is referring to another repository of mine, i.e., to gwasrapidd, not hapiviz... I am really confused here.
I must be doing something silly, but I can't install this package of mine from Github:
The package hapiviz is public so it should not be a permission issue.
And what raises a red flag for me is that suggestion indicating a possible spelling mistake, which is referring to another repository of mine, i.e., to gwasrapidd, not hapiviz... I am really confused here.
Can you help?