We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to install it like this:
install.packages("remotes") remotes::install_github("davidsjoberg/ggsankey")
and I get this error.
remotes::install_github("davidsjoberg/ggsankey") Downloading GitHub repo davidsjoberg/ggsankey@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/davidsjoberg/ggsankey/tarball/HEAD'
the package is not installed. I found reference to this package on several sitesand all give this method for istalling it.
The text was updated successfully, but these errors were encountered:
I get the same error when using devtools (as in the description here)
devtools::install_github("davidsjoberg/ggsankey") Downloading GitHub repo davidsjoberg/ggsankey@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/davidsjoberg/ggsankey/tarball/HEAD'
devtools::install_github("davidsjoberg/ggsankey")
Sorry, something went wrong.
Please try using pacman package: pacman::p_load_gh("davidsjoberg/ggsankey")
It's works for me. Tks a lot.
No branches or pull requests
I'm trying to install it like this:
and I get this error.
the package is not installed. I found reference to this package on several sitesand all give this method for istalling it.
The text was updated successfully, but these errors were encountered: