r-lib / remotes

Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs
https://remotes.r-lib.org/
Other
336 stars 153 forks source link

Can't install a remote package for GitHub #624

Closed ramiromagno closed 3 years ago

ramiromagno commented 3 years ago

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.

Can you help?

ramiromagno commented 3 years ago

Nevermind... it was indeed something silly.