verena-zuber / demo_AMD

MIT License
32 stars 13 forks source link

HTTP 404 error when installing R package from public repo on Github #3

Closed hxcandy closed 2 years ago

hxcandy commented 2 years ago

I'm trying to install an R package from a public Github (https://github.com/verena-zuber/demo_AMD):

devtools::install_github("verena-zuber/demo_AMD")

Failed to install 'unknown package' from GitHub: HTTP error 404. Not Found

Did you spell the repo owner (verena-zuber) and repo name (demo_AMD) correctly?

If spelling is correct, check that you have the required permissions to access the repo.

As far as I can see the repro is public. Do you have any idea what is the issue here?