-
Notifications
You must be signed in to change notification settings - Fork 19
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
Failed to install 'createKEGGdb' from GitHub #5
Comments
首先把clusterProfiler装上再说。 |
事实上,在运行 remotes::install_github("YuLab-SMU/createKEGGdb") 之前
clusterProfiler v3.10.1 For help: https://guangchuangyu.github.io/software/clusterProfiler If you use clusterProfiler in published research, please cite:
Error in rethrow_call(c_processx_exec, command, c(command, args), stdin, :
Downloading GitHub repo YuLab-SMU/createKEGGdb@master
此时,加载成功
Error in rethrow_call(c_processx_exec, command, c(command, args), stdin, :
R version 3.5.0 (2018-04-23) Matrix products: default attached base packages: other attached packages: loaded via a namespace (and not attached): |
此外,我本地安装也没装好
Error in library(
Error in library(createKEGGdb) : 不存在叫‘createKEGGdb’这个名字的程辑包
Error in library( |
首先你要看看你是不是安装所有包都会有这个问题,看上去好像是这样子的。 如果是,那么你的R本身就有问题。 |
Many thanks for your timely reply. |
Hi,
I want to try the method to get the latest information about zea mays. But when I type "remotes::install_github("YuLab-SMU/createKEGGdb") " on RStudio, the program reported an error:
Downloading GitHub repo YuLab-SMU/createKEGGdb@master
Skipping 1 packages not available: clusterProfiler
错误: Failed to install 'createKEGGdb' from GitHub: setup stdio (system error 2, 系统找不到指定的文件。) @win/processx.c:970
I wonder the reason and how to solve it.
Thank you!
The text was updated successfully, but these errors were encountered: