Skip to content
New issue

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

devtools::install_github("sajuukLyu/ggunchull", type = "source") failed #20

Open
leekey818 opened this issue Jun 23, 2023 · 1 comment

Comments

@leekey818
Copy link

devtools::install_github("sajuukLyu/ggunchull", type = "source")
Using github PAT from envvar GITHUB_TOKEN
Downloading GitHub repo sajuukLyu/ggunchull@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/sajuukLyu/ggunchull/tarball/HEAD' failed

@leekey818
Copy link
Author

I ask gpt,and konw :
Assuming that "sajuukLyu/ggunchull" is the correct repository name, the URL for installing the package from GitHub using devtools::install_github is as follows:

devtools::install_github("sajuukLyu/ggunchull")

You don't need to specify type = "source" as it is the default option. However, keep in mind that this assumes the repository is public, and you have the necessary permissions to access it. If the repository is private, you will need to be authenticated and authorized to access it.

finally it done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant