scRNAtoolVis icon indicating copy to clipboard operation
scRNAtoolVis copied to clipboard

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

Open leekey818 opened this issue 1 year ago • 1 comments

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 avatar Jun 23 '23 09:06 leekey818

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

leekey818 avatar Jun 23 '23 09:06 leekey818