Installation from github
Opened this issue · 5 comments
When I try to install it I get this error:
Error: Failed to install 'unknown package' from GitHub:
HTTP error 404.
No commit found for the ref master
Did you spell the repo owner (davidsjoberg
) and repo name (ggsankey
) correctly?
- If spelling is correct, check that you have the required permissions to access the repo.
I can confirm that I also ran into this issue.
I had the same problem.
It was a permission issue.
I solved installing the package outside the company VPN
@nearinj and @cvaldezerea , do you still have this issue when using a network that's not restricted in any way (outside an entreprise / institutional network)? If not, this could probably be closed as a network issue outside of the developer's control.
I am also having this issue and am on my personal network. Have tried via devtools, remotes, and pacmn to install and still not working.
I also encountered the same problem.
I later downloaded the compressed source code file directly and successfully installed it.
remotes::install_local("ggsankey-main.zip",upgrade = F,dependencies = T)。