junjunlab / scRNAtoolVis

Useful functions to make your scRNA-seq plot more cool!
Other
258 stars 27 forks source link

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

Open leekey818 opened 1 year ago

leekey818 commented 1 year ago

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 commented 1 year ago

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